Compare commits

...

16 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
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
Stephane Bourque
39af697fc4 https://telecominfraproject.atlassian.net/browse/WIFI-13249
https://telecominfraproject.atlassian.net/browse/WIFI-13249

Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
2024-01-11 21:19:05 -08:00
jaspreetsachdev
e2ee1ad247 Merge pull request #130 from Telecominfraproject/WIFI-13280
https://telecominfraproject.atlassian.net/browse/WIFI-13280
2024-01-11 15:54:06 -05:00

View File

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