Compare commits

..

6 Commits

Author SHA1 Message Date
Stephane Bourque
3ada49204d Update values.openwifi-qa.single-external-db.yaml 2024-01-12 12:44:13 -08:00
Stephane Bourque
5943c870b5 Merge pull request #133 from Telecominfraproject/stephb9959-patch-2
Update values.openwifi-qa.single-external-db.yaml
2024-01-12 11:50:26 -08:00
Stephane Bourque
65bedb38fe Update values.openwifi-qa.single-external-db.yaml 2024-01-12 11:50:13 -08:00
Stephane Bourque
2c150d7a43 Merge pull request #132 from Telecominfraproject/stephb9959-patch-1
Update values.openwifi-qa.single-external-db.yaml
2024-01-12 10:22:29 -08:00
Stephane Bourque
ddb7300dc2 Update values.openwifi-qa.single-external-db.yaml 2024-01-12 10:22:16 -08:00
Stephane Bourque
30c7934393 Merge pull request #131 from Telecominfraproject/WIFI-13249
https://telecominfraproject.atlassian.net/browse/WIFI-13249
2024-01-11 21:20:28 -08:00

View File

@@ -52,10 +52,10 @@ postgresql-ha:
enabled: true
pgpool:
adminPassword: admin
configuration:
childLifeTime: 0
maxPool: 8
numInitChildren : 48
# configuration:
# childLifeTime: 0
# maxPool: 8
# numInitChildren : 48
resources:
requests:
cpu: 250m
@@ -65,13 +65,13 @@ postgresql-ha:
memory: 1024Mi
initdbScriptsSecret: tip-openwifi-initdb-scripts
postgresql:
replicaCount: 1 # TODO change after tests
replicaCount: 0 # TODO change after tests
password: password
postgresPassword: postgres
repmgrPassword: repmgr
configuration:
maxConnections: 475
sharedBuffers: 256MB
# configuration:
# maxConnections: 475
# sharedBuffers: 256MB
resources:
requests:
cpu: 250m