mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
Compare commits
8 Commits
stephb9959
...
stephb9959
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecbb2b5889 | ||
|
|
6978d74fb8 | ||
|
|
c755d29aea | ||
|
|
c6bdcad56d | ||
|
|
b741cc6344 | ||
|
|
3c220a43a8 | ||
|
|
187320675c | ||
|
|
bc2af4f41b |
@@ -51,7 +51,7 @@ postgresql-ha:
|
||||
initDbScriptSecret:
|
||||
enabled: true
|
||||
pgpool:
|
||||
replicaCount: 1
|
||||
replicaCount: 0
|
||||
adminPassword: admin
|
||||
# childLifeTime: 0
|
||||
# maxPool: 8
|
||||
@@ -65,7 +65,10 @@ postgresql-ha:
|
||||
memory: 1024Mi
|
||||
initdbScriptsSecret: tip-openwifi-initdb-scripts
|
||||
postgresql:
|
||||
replicaCount: 1 # TODO change after tests
|
||||
replicaCount: 3 # TODO change after tests
|
||||
parameters:
|
||||
max_connections: 454
|
||||
shared_buffers: 256MB
|
||||
password: password
|
||||
postgresPassword: postgres
|
||||
repmgrPassword: repmgr
|
||||
|
||||
@@ -454,3 +454,4 @@ postgresql-ha:
|
||||
- owprov
|
||||
- owanalytics
|
||||
- owsub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user