mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
16 lines
296 B
YAML
16 lines
296 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: grafana-datasources
|
|
data:
|
|
prometheus.yaml: |+
|
|
datasources:
|
|
- name: prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
org_id: 1
|
|
url: http://prometheus-k8s.monitoring.svc:9090
|
|
version: 1
|
|
editable: false
|
|
|