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