Address comments

This commit is contained in:
Frederic Branczyk
2018-04-30 19:48:14 +02:00
parent edf21e4382
commit 3388f96afe
53 changed files with 138 additions and 129 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: v1
data:
prometheus.yaml: |-
{
"datasources": [
{
"access": "proxy",
"etitable": false,
"name": "prometheus",
"org_id": 1,
"type": "prometheus",
"url": "http://prometheus-k8s.monitoring.svc:9090",
"version": 1
}
]
}
kind: ConfigMap
metadata:
name: grafana-datasources
namespace: monitoring