add pgbouncer in front of authentik to reduce postgres connections [ci skip]
This commit is contained in:
parent
d5dd81ba30
commit
75aa863eeb
4 changed files with 136 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue