From 39af697fc4d99afa2be33c19fccf46e365567600 Mon Sep 17 00:00:00 2001 From: Stephane Bourque Date: Thu, 11 Jan 2024 21:19:05 -0800 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-13249 https://telecominfraproject.atlassian.net/browse/WIFI-13249 Signed-off-by: stephb9959 --- .../values.openwifi-qa.single-external-db.yaml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 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 132aea1..31eae89 100644 --- a/chart/environment-values/values.openwifi-qa.single-external-db.yaml +++ b/chart/environment-values/values.openwifi-qa.single-external-db.yaml @@ -52,9 +52,10 @@ postgresql-ha: enabled: true pgpool: adminPassword: admin - childLifeTime: 0 - maxPool: 8 - numInitChildren : 48 + configuration: + childLifeTime: 0 + maxPool: 8 + numInitChildren : 48 resources: requests: cpu: 250m @@ -68,14 +69,9 @@ postgresql-ha: password: password postgresPassword: postgres repmgrPassword: repmgr - maxConnections: 500 - sharedBuffers: 256MB - command: - - "postgres" - - "-c" - - "max_connections=475" - - "-c" - - "shared_buffers=128MB" + configuration: + maxConnections: 475 + sharedBuffers: 256MB resources: requests: cpu: 250m