mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
Compare commits
24 Commits
stephb9959
...
stephb9959
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecbb2b5889 | ||
|
|
6978d74fb8 | ||
|
|
c755d29aea | ||
|
|
c6bdcad56d | ||
|
|
b741cc6344 | ||
|
|
3c220a43a8 | ||
|
|
187320675c | ||
|
|
bc2af4f41b | ||
|
|
fb7f8f5b4f | ||
|
|
0c1b319ef6 | ||
|
|
a234fdf605 | ||
|
|
07feed776e | ||
|
|
2bd2173e11 | ||
|
|
6838e5a0f4 | ||
|
|
1c120e987a | ||
|
|
c1da868627 | ||
|
|
17ae0c8257 | ||
|
|
bcd6d945e7 | ||
|
|
72ade5e9ab | ||
|
|
7b3747b199 | ||
|
|
3259c1c6a8 | ||
|
|
b574e5cc2d | ||
|
|
62b5d3bf2f | ||
|
|
2c0ea54a87 |
@@ -51,12 +51,11 @@ postgresql-ha:
|
||||
initDbScriptSecret:
|
||||
enabled: true
|
||||
pgpool:
|
||||
replicaCount: 1
|
||||
replicaCount: 0
|
||||
adminPassword: admin
|
||||
configuration:
|
||||
childLifeTime: 0
|
||||
maxPool: 8
|
||||
numInitChildren : 48
|
||||
# childLifeTime: 0
|
||||
# maxPool: 8
|
||||
# numInitChildren : 48
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
@@ -66,18 +65,13 @@ 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
|
||||
args:
|
||||
- -c
|
||||
- max_connections=475
|
||||
- -c
|
||||
- shared_buffers=250MB
|
||||
# configuration:
|
||||
# maxConnections: 475
|
||||
# sharedBuffers: 256MB
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
|
||||
@@ -454,3 +454,4 @@ postgresql-ha:
|
||||
- owprov
|
||||
- owanalytics
|
||||
- owsub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user