From 865bb6cc5fce7d1ec198c86ec1b6720e65088804 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 15 Nov 2025 16:30:28 +0500 Subject: [PATCH] fix: Authentik | set topology spread on authentik --- helm/values/authentik.values.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/helm/values/authentik.values.yaml b/helm/values/authentik.values.yaml index 7fd5a07..194e13d 100644 --- a/helm/values/authentik.values.yaml +++ b/helm/values/authentik.values.yaml @@ -3,6 +3,17 @@ global: securityContext: runAsUser: 1000 fsGroup: 1000 + podLabels: + app: authentik + nodeSelector: + nodepool: worker + topologySpreadConstraints: + - maxSkew: 1 + topologyKey: kubernetes.io/hostname + whenUnsatisfiable: DoNotSchedule + labelSelector: + matchLabels: + app: authentik env: - name: AUTHENTIK_SECRET_KEY valueFrom: