mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
Compare commits
18 Commits
v3.0.0-RC2
...
stephb9959
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65bedb38fe | ||
|
|
2c150d7a43 | ||
|
|
ddb7300dc2 | ||
|
|
30c7934393 | ||
|
|
39af697fc4 | ||
|
|
e2ee1ad247 | ||
|
|
3b8f8fb7f2 | ||
|
|
9faf523b7d | ||
|
|
3105510ee5 | ||
|
|
4126bc94c1 | ||
|
|
840d759024 | ||
|
|
7e779f7a88 | ||
|
|
1e9edcd7f6 | ||
|
|
a5b5223744 | ||
|
|
97c986ef1f | ||
|
|
1459950bea | ||
|
|
31b65a890f | ||
|
|
acaa929719 |
@@ -52,6 +52,10 @@ postgresql-ha:
|
||||
enabled: true
|
||||
pgpool:
|
||||
adminPassword: admin
|
||||
# configuration:
|
||||
# childLifeTime: 0
|
||||
# maxPool: 8
|
||||
# numInitChildren : 48
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
@@ -65,7 +69,9 @@ postgresql-ha:
|
||||
password: password
|
||||
postgresPassword: postgres
|
||||
repmgrPassword: repmgr
|
||||
maxConnections: 1000
|
||||
# configuration:
|
||||
# maxConnections: 475
|
||||
# sharedBuffers: 256MB
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
|
||||
@@ -39,6 +39,12 @@ services:
|
||||
image: "postgres:${POSTGRESQL_TAG}"
|
||||
networks:
|
||||
openwifi:
|
||||
command:
|
||||
- "postgres"
|
||||
- "-c"
|
||||
- "max_connections=400"
|
||||
- "-c"
|
||||
- "shared_buffers=20MB"
|
||||
env_file:
|
||||
- postgresql.env
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user