From 9f186d6fa28aa55f314d414efaa3b5e8f2740255 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 15:35:12 +0900 Subject: [PATCH] CHORE(traefik): change deployment to DaemonSet for HA - Change from Deployment with 3 replicas to DaemonSet - Ensure Traefik runs on every node automatically --- traefik/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/traefik/helm-values.yaml b/traefik/helm-values.yaml index 442bcc9..7e4ec3a 100644 --- a/traefik/helm-values.yaml +++ b/traefik/helm-values.yaml @@ -5,9 +5,9 @@ metadata: namespace: kube-system spec: valuesContent: |- - # 3 replicas for HA + # DaemonSet for HA - runs on every node deployment: - replicas: 3 + kind: DaemonSet # Resource limits resources: