fix(cnpg): increase max connections
All checks were successful
Renovate / renovate (push) Successful in 57s
All checks were successful
Renovate / renovate (push) Successful in 57s
This commit is contained in:
parent
094ef18553
commit
548cde94a5
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ metadata:
|
|||
spec:
|
||||
instances: 2
|
||||
|
||||
postgresql:
|
||||
parameters:
|
||||
max_connections: "150"
|
||||
|
||||
managed:
|
||||
roles:
|
||||
- name: ext_pgo_admin
|
||||
|
|
Loading…
Reference in a new issue