From 870eea8664b327940e892f1b49cdda76330548a7 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 8 Jan 2026 13:33:22 +0900 Subject: [PATCH] CHORE(authelia): remove replica setting for DaemonSet - Remove pod.replicas from helm-values.yaml - DaemonSet does not use replica configuration - Each node runs one pod automatically --- authelia/helm-values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/authelia/helm-values.yaml b/authelia/helm-values.yaml index 080826f..79e0be5 100644 --- a/authelia/helm-values.yaml +++ b/authelia/helm-values.yaml @@ -7,7 +7,6 @@ ingress: # Pod configuration pod: - replicas: 2 resources: requests: cpu: 15m