Files
infra-prod/deploy/grafana/prometheus-ds.yaml
2025-03-30 00:18:26 +01:00

16 lines
324 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-datasources
namespace: grafana
data:
datasources.yaml: |
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus-k8s.monitoring:9090
isDefault: true
editable: false