Compare commits

...

4 Commits

Author SHA1 Message Date
Stephane Bourque
a234fdf605 Update values.openwifi-qa.single-external-db.yaml 2024-01-13 21:55:12 -08:00
Stephane Bourque
07feed776e Merge pull request #144 from Telecominfraproject/stephb9959-patch-6
Update values.openwifi-qa.single-external-db.yaml
2024-01-13 21:25:05 -08:00
Stephane Bourque
2bd2173e11 Update values.openwifi-qa.single-external-db.yaml 2024-01-13 21:24:47 -08:00
Stephane Bourque
6838e5a0f4 Merge pull request #143 from Telecominfraproject/stephb9959-patch-5
Update values.openwifi-qa.single-external-db.yaml
2024-01-13 21:05:04 -08:00

View File

@@ -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
@@ -65,15 +65,18 @@ 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
repmgrPassword: repmgr
args:
- -c
- max_connections=475
- -c
- shared_buffers=256MB
# args:
# - -c
# - max_connections=475
# - -c
# - shared_buffers=256MB
resources:
requests:
cpu: 250m