Compare commits

...

2 Commits

Author SHA1 Message Date
Stephane Bourque
fb7f8f5b4f Update values.openwifi-qa.single-external-db.yaml 2024-01-13 22:06:56 -08:00
Stephane Bourque
0c1b319ef6 Merge pull request #145 from Telecominfraproject/stephb9959-patch-7
Update values.openwifi-qa.single-external-db.yaml
2024-01-13 21:55:21 -08:00

View File

@@ -51,7 +51,7 @@ postgresql-ha:
initDbScriptSecret:
enabled: true
pgpool:
# replicaCount: 1
replicaCount: 1
adminPassword: admin
# childLifeTime: 0
# maxPool: 8
@@ -65,18 +65,10 @@ 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
resources:
requests:
cpu: 250m