From a234fdf60525948fd705bc4a05621684ab58d011 Mon Sep 17 00:00:00 2001 From: Stephane Bourque Date: Sat, 13 Jan 2024 21:55:12 -0800 Subject: [PATCH] Update values.openwifi-qa.single-external-db.yaml --- .../values.openwifi-qa.single-external-db.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 3721947..9ca795b 100644 --- a/chart/environment-values/values.openwifi-qa.single-external-db.yaml +++ b/chart/environment-values/values.openwifi-qa.single-external-db.yaml @@ -65,6 +65,9 @@ postgresql-ha: memory: 1024Mi initdbScriptsSecret: tip-openwifi-initdb-scripts postgresql: + parameters: + max_connections: 30 + shared_buffers: 2GB replicaCount: 1 # TODO change after tests password: password postgresPassword: postgres