Address comments
This commit is contained in:
20
manifests/grafana-dashboardDatasources.yaml
Normal file
20
manifests/grafana-dashboardDatasources.yaml
Normal 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
|
Reference in New Issue
Block a user