File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
templates/grafana-dashboard Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
2
2
appVersion : " 1.0"
3
3
description : Kubernetes Resources for TACO Project
4
4
name : lma-addons
5
- version : 1.8.9
5
+ version : 1.9.0
Original file line number Diff line number Diff line change 26
26
url : http://{{ .Values.grafanaDatasource.loki.url}}
27
27
access : proxy
28
28
{{- end }}
29
+ {{- if .Values.grafanaDatasource.lokiuser.enabled }}
30
+ - name : Loki-user
31
+ type : loki
32
+ url : http://{{ .Values.grafanaDatasource.lokiuser.url}}
33
+ access : proxy
34
+ {{- end }}
29
35
{{- if .Values.grafanaDatasource.additionalDataSources }}
30
36
{{ toYaml .Values.grafanaDatasource.additionalDataSources | indent 4}}
31
37
{{- end }}
32
- {{- end }}
38
+ {{- end }}
Original file line number Diff line number Diff line change @@ -142,6 +142,9 @@ grafanaDatasource:
142
142
loki :
143
143
enabled : true
144
144
url : " loki-loki-distributed-gateway:80"
145
+ lokiuser :
146
+ enabled : true
147
+ url : " loki-user-loki-distributed-gateway:80"
145
148
146
149
kibanaInit :
147
150
enabled : false
You can’t perform that action at this time.
0 commit comments