Config fixes, svc name fix

This commit is contained in:
Stefan Reimer 2020-08-03 16:34:57 +01:00
parent 3b36e4939f
commit 6461fc7036
2 changed files with 8 additions and 6 deletions

View File

@ -12,5 +12,5 @@ spec:
http: http:
- route: - route:
- destination: - destination:
host: grafana host: metrics-grafana
{{- end }} {{- end }}

View File

@ -94,12 +94,14 @@ kubezero:
metrics: metrics:
enabled: {{ .Values.metrics.enabled }} enabled: {{ .Values.metrics.enabled }}
{{- if and .Values.metrics.istio.enabled .Values.istio.enabled }} values:
istio: {{- if and .Values.metrics.istio.enabled .Values.istio.enabled }}
{{- with .Values.metrics.istio }} grafana:
{{- toYaml . | nindent 6 }} istio:
{{- with .Values.metrics.istio }}
{{- toYaml . | nindent 10 }}
{{- end }}
{{- end }} {{- end }}
{{- end }}
argo-cd: argo-cd:
{{- with index .Values "argo-cd" "server" }} {{- with index .Values "argo-cd" "server" }}