Config fixes, svc name fix
This commit is contained in:
parent
3b36e4939f
commit
6461fc7036
@ -12,5 +12,5 @@ spec:
|
|||||||
http:
|
http:
|
||||||
- route:
|
- route:
|
||||||
- destination:
|
- destination:
|
||||||
host: grafana
|
host: metrics-grafana
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -94,10 +94,12 @@ kubezero:
|
|||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
enabled: {{ .Values.metrics.enabled }}
|
enabled: {{ .Values.metrics.enabled }}
|
||||||
|
values:
|
||||||
{{- if and .Values.metrics.istio.enabled .Values.istio.enabled }}
|
{{- if and .Values.metrics.istio.enabled .Values.istio.enabled }}
|
||||||
|
grafana:
|
||||||
istio:
|
istio:
|
||||||
{{- with .Values.metrics.istio }}
|
{{- with .Values.metrics.istio }}
|
||||||
{{- toYaml . | nindent 6 }}
|
{{- toYaml . | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user