mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 22:19:33 +01:00
17 lines
334 B
YAML
17 lines
334 B
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: grafana-datasources
|
||
|
namespace: monitoring
|
||
|
data:
|
||
|
prometheus.yaml: |+
|
||
|
apiVersion: 1
|
||
|
datasources:
|
||
|
- name: prometheus
|
||
|
type: prometheus
|
||
|
access: proxy
|
||
|
orgId: 1
|
||
|
url: http://prometheus.monitoring.svc.cluster.local
|
||
|
version: 1
|
||
|
editable: false
|