From 45ab6592d6088f1030220792985a24f0fcecad77 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 02:04:25 +0900 Subject: [PATCH] FIX(authelia): disable Redis authentication - Remove password requirement for Redis - Simplify internal cluster communication --- authelia/helm-values.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/authelia/helm-values.yaml b/authelia/helm-values.yaml index 811727a..dfb02b3 100644 --- a/authelia/helm-values.yaml +++ b/authelia/helm-values.yaml @@ -69,8 +69,10 @@ configMap: subdomain: auth0213 redis: enabled: true - host: authelia-redis-master.authelia.svc.cluster.local + host: authelia-redis.authelia.svc.cluster.local port: 6379 + password: + disabled: true # Storage - PostgreSQL (CNPG cluster) storage: @@ -153,6 +155,8 @@ secret: redis: enabled: true architecture: standalone + auth: + enabled: false master: resources: requests: