add prometheus datasource

This commit is contained in:
2025-03-30 00:14:26 +01:00
parent cfea3d251a
commit 6e4fb0a210
2 changed files with 9 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ resources:
- grafana-ingress.yaml
- grafana-pvc.yaml
- grafana-svc.yaml
- prometheus-ds.yaml

View File

@@ -0,0 +1,8 @@
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus-k8s.monitoring:9090
isDefault: true
editable: false