template: bump postgres max conns to 20
We actually need 2 * 16 connections at minimum (one worker waits for two jobs). Let's bump the maximum connection count even moar. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
c3a8fc19a2
commit
8f0d685b70
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ parameters:
|
|||
value: "require"
|
||||
- description: postgres maximum connections per pod
|
||||
name: PGMAXCONNS
|
||||
value: "10"
|
||||
value: "20"
|
||||
- description: base sso url
|
||||
name: SSO_BASE_URL
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue