From dd95ef63f7fa1f3d31b2cfbcc512dfb9a10df7a7 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Mon, 13 Jul 2026 22:44:55 +0200 Subject: [PATCH] autocommit --- helm/istiod/values.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/helm/istiod/values.yaml b/helm/istiod/values.yaml index 30b8643..e21f343 100644 --- a/helm/istiod/values.yaml +++ b/helm/istiod/values.yaml @@ -1,14 +1,14 @@ -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