add pgbouncer in front of authentik to reduce postgres connections [ci skip]

This commit is contained in:
Viktor Barzin 2025-10-08 21:56:03 +00:00
parent d5dd81ba30
commit 75aa863eeb
4 changed files with 136 additions and 1 deletions

View file

@ -6,7 +6,9 @@ authentik:
error_reporting:
enabled: true
postgresql:
host: postgresql.dbaas
# host: postgresql.dbaas
host: pgbouncer.authentik
port: 6432
user: authentik
password: ${postgres_password}
redis: