We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5254286 commit ce0ba25Copy full SHA for ce0ba25
monitoring/files/datasource-loki.yaml
@@ -0,0 +1,7 @@
1
+apiVersion: 1
2
+datasources:
3
+- name: Loki
4
+ type: loki
5
+ access: proxy
6
+ url: http://loki.monitoring.svc:3100
7
+ version: 1
monitoring/kustomization.yaml
@@ -43,6 +43,14 @@ configMapGenerator:
43
files:
44
# https://github.com/kubernetes/ingress-nginx/blob/810acfafbef86d9dc05e0ece68c97d0c93344632/deploy/grafana/dashboards/nginx.json
45
- files/grafana-dashboard-ingress-nginx.json
46
+secretGenerator:
47
+ - name: grafana-datasources
48
+ namespace: monitoring
49
+ behavior: merge
50
+ options:
51
+ disableNameSuffixHash: true
52
+ files:
53
+ - files/datasource-loki.yaml
54
generators:
55
- secret-generator.yaml
56
images:
0 commit comments