From c347c56764814b7436246c120a2a959a25c39745 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 11 Sep 2020 18:21:00 +0100 Subject: [PATCH] Disable default poddisruptionbudgets, replace with individual todo --- charts/kubezero-istio/templates/istio-private-ingress.yaml | 4 +++- charts/kubezero-istio/templates/istio.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/kubezero-istio/templates/istio-private-ingress.yaml b/charts/kubezero-istio/templates/istio-private-ingress.yaml index 8cb6cbf..5f9ea4f 100644 --- a/charts/kubezero-istio/templates/istio-private-ingress.yaml +++ b/charts/kubezero-istio/templates/istio-private-ingress.yaml @@ -120,5 +120,7 @@ spec: global: jwtPolicy: first-party-jwt logAsJson: true - omitSidecarInjectorConfigMap: true + defaultPodDisruptionBudget: + enabled: false + {{- end }} diff --git a/charts/kubezero-istio/templates/istio.yaml b/charts/kubezero-istio/templates/istio.yaml index 6f665c5..0e4a554 100644 --- a/charts/kubezero-istio/templates/istio.yaml +++ b/charts/kubezero-istio/templates/istio.yaml @@ -126,8 +126,8 @@ spec: global: jwtPolicy: first-party-jwt logAsJson: true - #omitSidecarInjectorConfigMap: true - #operatorManageWebhooks: true + defaultPodDisruptionBudget: + enabled: false pilot: autoscaleEnabled: false mixer: