From 0862e196cc87aae0dae3e5506f3b328f040a7885 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sun, 23 Nov 2025 01:17:49 +0500 Subject: [PATCH] fix: Traefik | external traffic policy local --- core-services/traefik/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core-services/traefik/values.yaml b/core-services/traefik/values.yaml index 7dcb088..14497d2 100644 --- a/core-services/traefik/values.yaml +++ b/core-services/traefik/values.yaml @@ -12,10 +12,13 @@ deployment: app: traefik nodeSelector: nodepool: worker +service: + spec: + externalTrafficPolicy: Local topologySpreadConstraints: - maxSkew: 1 topologyKey: "kubernetes.io/hostname" - whenUnsatisfiable: "ScheduleAnyway" + whenUnsatisfiable: "DoNotSchedule" labelSelector: matchLabels: app: traefik