mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
Compare commits
10 Commits
stephb9959
...
stephb9959
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c120e987a | ||
|
|
c1da868627 | ||
|
|
17ae0c8257 | ||
|
|
bcd6d945e7 | ||
|
|
72ade5e9ab | ||
|
|
7b3747b199 | ||
|
|
3259c1c6a8 | ||
|
|
b574e5cc2d | ||
|
|
62b5d3bf2f | ||
|
|
2c0ea54a87 |
@@ -51,12 +51,11 @@ postgresql-ha:
|
||||
initDbScriptSecret:
|
||||
enabled: true
|
||||
pgpool:
|
||||
replicaCount: 1
|
||||
# replicaCount: 1
|
||||
adminPassword: admin
|
||||
configuration:
|
||||
childLifeTime: 0
|
||||
maxPool: 8
|
||||
numInitChildren : 48
|
||||
childLifeTime: 0
|
||||
maxPool: 8
|
||||
numInitChildren : 48
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
@@ -70,14 +69,11 @@ postgresql-ha:
|
||||
password: password
|
||||
postgresPassword: postgres
|
||||
repmgrPassword: repmgr
|
||||
args:
|
||||
args:
|
||||
- -c
|
||||
- max_connections=475
|
||||
- -c
|
||||
- shared_buffers=250MB
|
||||
# configuration:
|
||||
# maxConnections: 475
|
||||
# sharedBuffers: 256MB
|
||||
- shared_buffers=256MB
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
|
||||
Reference in New Issue
Block a user