grafana-datasources.yaml 296 B

123456789101112131415
  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: grafana-datasources
  5. data:
  6. prometheus.yaml: |+
  7. datasources:
  8. - name: prometheus
  9. type: prometheus
  10. access: proxy
  11. org_id: 1
  12. url: http://prometheus-k8s.monitoring.svc:9090
  13. version: 1
  14. editable: false