fix(pgbouncer): revert back to session mode
Some checks failed
Renovate / renovate (push) Failing after 14s

This commit is contained in:
Peter 2024-08-21 09:04:29 +02:00
parent 9160ab95df
commit 094ef18553
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

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