From 9827dae65b944b7f38b07adf25c89a562c20a4b8 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Mon, 18 Nov 2019 18:27:09 +0700 Subject: [PATCH] grafana: add prometheus datasource --- apps/system/grafana/values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/system/grafana/values.yaml b/apps/system/grafana/values.yaml index 5fa70e1..6ffc319 100644 --- a/apps/system/grafana/values.yaml +++ b/apps/system/grafana/values.yaml @@ -29,3 +29,13 @@ grafana: auth_url: https://github.com/login/oauth/authorize token_url: https://github.com/login/oauth/access_token api_url: https://api.github.com/user + datasources: + datasources.yaml: + apiVersion: 1 + datasources: + - name: Prometheus + type: prometheus + access: direct + url: http://prometheus-operated.monitoring:9090 + isDefault: true + editable: false