From 95ced702aa60ac6d89a38a1b0bf3bb6d17c37030 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 2 Jan 2026 21:52:14 +0900 Subject: [PATCH] REVERT(traefik): revert Traefik node affinity - Revert node affinity changes due to CRD upgrade issues - Fix scheduling problems --- traefik/helm-values.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/traefik/helm-values.yaml b/traefik/helm-values.yaml index c77dbad..f75b8d1 100644 --- a/traefik/helm-values.yaml +++ b/traefik/helm-values.yaml @@ -5,21 +5,12 @@ metadata: namespace: kube-system spec: valuesContent: |- - # 2 replicas (mayne-worker-1 has issues) + # 3 replicas for HA deployment: - replicas: 2 + replicas: 3 # Pod Anti-Affinity - 각 노드에 최대 1개씩만 배치 - # Node Affinity - mayne-worker-1 제외 (Traefik API 문제) affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: kubernetes.io/hostname - operator: NotIn - values: - - mayne-worker-1 podAntiAffinity: requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: