From 8ee5be5ea00875fa32e7b474ce29fd886c8e4c56 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 4 Jul 2026 14:19:23 +0200 Subject: [PATCH] autocommit --- helm/istio/values.yaml | 1 - helm/istiod/values.yaml | 28 ++++++++++++++-------------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/helm/istio/values.yaml b/helm/istio/values.yaml index 30df62e..e6a8a41 100644 --- a/helm/istio/values.yaml +++ b/helm/istio/values.yaml @@ -3,7 +3,6 @@ gateway: kind: DaemonSet labels: istio: ingressgateway - revision: 1.30.2 service: type: NodePort ports: diff --git a/helm/istiod/values.yaml b/helm/istiod/values.yaml index cf34b91..3e81402 100644 --- a/helm/istiod/values.yaml +++ b/helm/istiod/values.yaml @@ -1,17 +1,17 @@ global: proxy: image: 1.30.2 -istiod: - pilot: - affinity: - podAntiAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - weight: 100 - podAffinityTerm: - labelSelector: - matchExpressions: - - key: app.kubernetes.io/name - operator: In - values: - - istiod - topologyKey: kubernetes.io/hostname \ No newline at end of file +#istiod: +# pilot: +# affinity: +# podAntiAffinity: +# preferredDuringSchedulingIgnoredDuringExecution: +# - weight: 100 +# podAffinityTerm: +# labelSelector: +# matchExpressions: +# - key: app.kubernetes.io/name +# operator: In +# values: +# - istiod +# topologyKey: kubernetes.io/hostname \ No newline at end of file