1
0
mirror of https://github.com/poseidon/typhoon synced 2024-09-30 07:51:17 +02:00
typhoon/addons/grafana/datasources.yaml
Dalton Hubble b1e41dcb99 addons: Update from Grafana v4.6.3 to v5.0.4
This reverts commit c59a9c66b1764cbd95df32f74af1dd66a3008450.
2018-03-28 19:45:19 -07:00

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