Compare commits

...

10 Commits

Author SHA1 Message Date
Stephane Bourque
610a0e42c7 Update values.openwifi-qa.single-external-db.yaml 2024-01-12 14:50:10 -08:00
Stephane Bourque
b0fc8de462 Merge pull request #137 from Telecominfraproject/stephb9959-patch-4
Update values.openwifi-qa.single-external-db.yaml
2024-01-12 13:44:25 -08:00
Stephane Bourque
0aa876dda7 Update values.openwifi-qa.single-external-db.yaml 2024-01-12 13:44:14 -08:00
Stephane Bourque
d032a1414f Merge pull request #136 from Telecominfraproject/stephb9959-patch-4
Update values.openwifi-qa.single-external-db.yaml
2024-01-12 13:31:34 -08:00
Stephane Bourque
11262036ae Update values.openwifi-qa.single-external-db.yaml 2024-01-12 13:31:22 -08:00
Stephane Bourque
83bdaaeae8 Merge pull request #135 from Telecominfraproject/stephb9959-patch-4
Update values.openwifi-qa.single-external-db.yaml
2024-01-12 12:57:32 -08:00
Stephane Bourque
ea30f3ec0a Update values.openwifi-qa.single-external-db.yaml 2024-01-12 12:57:23 -08:00
Stephane Bourque
97bead0e3c Merge pull request #134 from Telecominfraproject/stephb9959-patch-3
Update values.openwifi-qa.single-external-db.yaml
2024-01-12 12:44:24 -08:00
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

View File

@@ -51,11 +51,12 @@ postgresql-ha:
initDbScriptSecret:
enabled: true
pgpool:
replicaCount: 1
adminPassword: admin
# configuration:
# childLifeTime: 0
# maxPool: 8
# numInitChildren : 48
configuration:
childLifeTime: 0
maxPool: 8
numInitChildren : 48
resources:
requests:
cpu: 250m
@@ -69,6 +70,11 @@ postgresql-ha:
password: password
postgresPassword: postgres
repmgrPassword: repmgr
args:
- -c
- max_connections=475
- -c
- shared_buffers=250MB
# configuration:
# maxConnections: 475
# sharedBuffers: 256MB