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