From f315c7c351c92dc3e432dedb5c158cdca64828ba Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Mon, 13 Jul 2026 22:42:04 +0200 Subject: [PATCH] autocommit --- helm/istiod/values.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/helm/istiod/values.yaml b/helm/istiod/values.yaml index e69de29..882f533 100644 --- a/helm/istiod/values.yaml +++ b/helm/istiod/values.yaml @@ -0,0 +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=istiod \ No newline at end of file