chore(cnpg): enable monitoring of pgbouncer
All checks were successful
Renovate / renovate (push) Successful in 47s

This commit is contained in:
Peter 2024-08-16 14:10:35 +02:00
parent cf85d6a35e
commit 39678d3acf
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -14,3 +14,5 @@ spec:
parameters: parameters:
max_client_conn: "1000" max_client_conn: "1000"
default_pool_size: "10" default_pool_size: "10"
monitoring:
enablePodMonitor: true