fix: fix metrics for Istio

This commit is contained in:
Stefan Reimer 2021-04-26 17:19:11 +02:00
parent e28b68e860
commit d78a63ae00

View File

@ -1,16 +1,15 @@
{{- define "istio-values" }}
{{- if .Values.HighAvailableControlplane }}
global:
defaultPodDisruptionBudget:
enabled: true
istio-discovery:
telemetry:
enabled: {{ .Values.metrics.enabled }}
{{- if .Values.HighAvailableControlplane }}
pilot:
replicaCount: 2
telemetry:
enabled: {{ .Values.metrics.enabled }}
global:
defaultPodDisruptionBudget:
enabled: true
{{- end }}
{{- end }}