mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
Compare commits
16 Commits
WIFI-13280
...
stephb9959
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
610a0e42c7 | ||
|
|
b0fc8de462 | ||
|
|
0aa876dda7 | ||
|
|
d032a1414f | ||
|
|
11262036ae | ||
|
|
83bdaaeae8 | ||
|
|
ea30f3ec0a | ||
|
|
97bead0e3c | ||
|
|
3ada49204d | ||
|
|
5943c870b5 | ||
|
|
65bedb38fe | ||
|
|
2c150d7a43 | ||
|
|
ddb7300dc2 | ||
|
|
30c7934393 | ||
|
|
39af697fc4 | ||
|
|
e2ee1ad247 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user