Patch Relase 2.19.4 #43

Merged
stefan merged 21 commits from master into stable 2021-04-27 09:44:20 +00:00
1 changed files with 6 additions and 7 deletions
Showing only changes of commit a1d54cb80b - Show all commits

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