This commit is contained in:
2026-02-11 09:19:30 +02:00
parent c622025d23
commit a35986d754

View File

@@ -125,3 +125,32 @@ spec:
- profile - profile
- offline_access - offline_access
pkce: false pkce: false
---
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-config-datasources
namespace: tools
data:
prometheus.yaml: |
apiVersion: 1
prune: true
datasources:
- name: Prometheus
type: prometheus
orgId: 1
url: http://prometheus-operated.monitoring.svc.cluster.local:9090
version: 1
editable: false
- name: Thanos
type: prometheus
orgId: 1
url: http://thanos-query.monitoring.svc.cluster.local:10902
version: 1
editable: false
- name: Loki
type: loki
orgId: 1
url: http://loki.monitoring.svc.cluster.local:3100
version: 1
editable: false