fix: switch to transaction mode for pgbouncer
All checks were successful
Renovate / renovate (push) Successful in 36s

This commit is contained in:
Peter 2024-08-20 21:20:04 +02:00
parent 0ec8fbf5b9
commit 73b3eae0f0
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -10,7 +10,7 @@ spec:
instances: 3
type: rw
pgbouncer:
poolMode: session
poolMode: transaction
parameters:
max_client_conn: "1000"
default_pool_size: "10"