Skip to content

Commit e577583

Browse files
authored
Grafana Configuration
You need this file when running helm install grafana
1 parent e7b3bde commit e577583

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/AWS/AWS-EKS/grafana.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
datasources:
2+
datasources.yaml:
3+
apiVersion: 1
4+
datasources:
5+
- name: Prometheus
6+
type: prometheus
7+
url: http://my-prometheus-server.prometheus.svc.cluster.local
8+
access: proxy
9+
isDefault: true

0 commit comments

Comments
 (0)