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:
Ondřej Budai 2021-11-19 13:24:29 +01:00 committed by Ondřej Budai
parent c3a8fc19a2
commit 8f0d685b70

View file

@ -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