REFACTOR(postgresql): change Authelia PostgreSQL user

- Change database user from app to bluemayne
- Update authentication configuration
This commit is contained in:
2025-12-31 20:32:52 +09:00
parent 5688b41026
commit 334c16f22a

View File

@@ -53,7 +53,7 @@ configMap:
enabled: true enabled: true
address: tcp://postgresql-rw.postgresql.svc.cluster.local:5432 address: tcp://postgresql-rw.postgresql.svc.cluster.local:5432
database: authelia database: authelia
username: app username: bluemayne
timeout: 5s timeout: 5s
# Access control rules # Access control rules