From 2bd2173e1149d68bcc63491686772b157eab3f70 Mon Sep 17 00:00:00 2001 From: Stephane Bourque Date: Sat, 13 Jan 2024 21:24:47 -0800 Subject: [PATCH] Update values.openwifi-qa.single-external-db.yaml --- .../values.openwifi-qa.single-external-db.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/chart/environment-values/values.openwifi-qa.single-external-db.yaml b/chart/environment-values/values.openwifi-qa.single-external-db.yaml index bae6de8..3721947 100644 --- a/chart/environment-values/values.openwifi-qa.single-external-db.yaml +++ b/chart/environment-values/values.openwifi-qa.single-external-db.yaml @@ -53,9 +53,9 @@ postgresql-ha: pgpool: # replicaCount: 1 adminPassword: admin - childLifeTime: 0 - maxPool: 8 - numInitChildren : 48 +# childLifeTime: 0 +# maxPool: 8 +# numInitChildren : 48 resources: requests: cpu: 250m @@ -69,11 +69,11 @@ postgresql-ha: password: password postgresPassword: postgres repmgrPassword: repmgr - args: - - -c - - max_connections=475 - - -c - - shared_buffers=256MB +# args: +# - -c +# - max_connections=475 +# - -c +# - shared_buffers=256MB resources: requests: cpu: 250m