From 09974d6e7d91a534f8b3c1e435e2ce07ec4d3cca Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 4 Jul 2026 15:56:07 +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 d2fea3a..1cdeea8 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