mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
Compare commits
12 Commits
WIFI-13246
...
stephb9959
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ada49204d | ||
|
|
5943c870b5 | ||
|
|
65bedb38fe | ||
|
|
2c150d7a43 | ||
|
|
ddb7300dc2 | ||
|
|
30c7934393 | ||
|
|
39af697fc4 | ||
|
|
e2ee1ad247 | ||
|
|
3b8f8fb7f2 | ||
|
|
9faf523b7d | ||
|
|
3105510ee5 | ||
|
|
4126bc94c1 |
@@ -52,9 +52,10 @@ postgresql-ha:
|
||||
enabled: true
|
||||
pgpool:
|
||||
adminPassword: admin
|
||||
childLifeTime: 0
|
||||
maxPool: 8
|
||||
numInitChildren : 48
|
||||
# configuration:
|
||||
# childLifeTime: 0
|
||||
# maxPool: 8
|
||||
# numInitChildren : 48
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
@@ -64,12 +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
|
||||
maxConnections: 500
|
||||
sharedBuffers: 256M
|
||||
# configuration:
|
||||
# maxConnections: 475
|
||||
# sharedBuffers: 256MB
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
|
||||
Reference in New Issue
Block a user