Skip to content

Commit 0db78df

Browse files
committed
Make user min_pool_size configurable
1 parent 0b034a6 commit 0db78df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/pgcat/templates/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ stringData:
6161
password = {{ $user.password | quote }}
6262
pool_size = {{ $user.pool_size }}
6363
statement_timeout = {{ $user.statement_timeout }}
64-
min_pool_size = 3
64+
min_pool_size = {{ or $user.min_pool_size 3}}
6565
server_lifetime = 60000
6666
{{- if and $user.server_username $user.server_password }}
6767
server_username = {{ $user.server_username | quote }}

0 commit comments

Comments
 (0)