From 334c16f22aff059b168d65497e8bc8c7f4bfe34c Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 31 Dec 2025 20:32:52 +0900 Subject: [PATCH] REFACTOR(postgresql): change Authelia PostgreSQL user - Change database user from app to bluemayne - Update authentication configuration --- authelia/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authelia/helm-values.yaml b/authelia/helm-values.yaml index 91cde31..0b5f159 100644 --- a/authelia/helm-values.yaml +++ b/authelia/helm-values.yaml @@ -53,7 +53,7 @@ configMap: enabled: true address: tcp://postgresql-rw.postgresql.svc.cluster.local:5432 database: authelia - username: app + username: bluemayne timeout: 5s # Access control rules