fix: fix metrics for Istio

This commit is contained in:
Stefan Reimer 2021-04-26 17:19:11 +02:00
parent 201ce9fb7d
commit a1d54cb80b
1 changed files with 6 additions and 7 deletions

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 }}