File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : pgbouncer
3- version : " 0.8.1 "
3+ version : " 0.9.0 "
44description : A Helm chart for Pgbouncer
55type : application
66home : https://github.com/pmint93/helm-charts
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ pool_mode = {{ .Values.settings.pool_mode | default "session" }}
173173
174174;; Number of prepared statements to cache on a server connection (zero value
175175;; disables support of prepared statements).
176- ; max_prepared_statements = 0
176+ max_prepared_statements = {{ .Values.extraSettings.max_prepared_statements | default 0 }}
177177
178178;; Query for cleaning connection immediately after releasing from
179179;; client. No need to put ROLLBACK here, pgbouncer does not reuse
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ settings:
4242
4343extraSettings :
4444 ignore_startup_parameters : extra_float_digits
45+ max_prepared_statements : 0
46+
4547
4648existingSecrets : []
4749# - name: my-cert-secret
You can’t perform that action at this time.
0 commit comments