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