about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/grafana/values.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml
index c6b5aec..89e53fa 100644
--- a/tools/grafana/values.yaml
+++ b/tools/grafana/values.yaml
@@ -23,4 +23,12 @@ grafana:
       - hosts:
           - grafana.topkek.cloud
         secretName: grafana-tls
-
+  datasources:
+    datasources.yaml:
+      apiVersion: 1
+      datasources:
+        - name: Prometheus
+          type: prometheus
+          access: proxy
+          url: http://prometheus-server.monitoring.svc.cluster.local
+          isDefault: true