Skip to content

Commit 53b6452

Browse files
authored
Merge pull request #900 from lsst-it/IT-6132_cnpg_manke_tweak
(fleet/cnpg-cluster) bump manke to match yagan
2 parents 5ac9344 + 2fdcb65 commit 53b6452

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

fleet/lib/cnpg-cluster/overlays/manke/cluster-cnpg-cluster.yaml

+12-8
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ spec:
1212

1313
postgresql:
1414
parameters:
15+
max_worker_processes: "40"
16+
max_logical_replication_workers: "20"
1517
max_connections: "1000"
16-
shared_buffers: 2GB
17-
work_mem: 32MB
18-
effective_cache_size: 6GB
18+
shared_buffers: 4GB
19+
work_mem: 64MB
20+
effective_cache_size: 12GB
1921
idle_session_timeout: 1h
22+
max_slot_wal_keep_size: 10GB
2023
pg_hba:
24+
- host replication replicauser all md5
2125
- host all all 139.229.134.0/23 md5
2226
- host all all 139.229.136.0/21 md5
2327
- host all all 139.229.144.0/20 md5
@@ -30,15 +34,15 @@ spec:
3034
name: cnpg-cluster-superuser
3135

3236
storage:
33-
size: 5Gi
37+
size: 150Gi
3438

3539
monitoring:
3640
enablePodMonitor: true
3741

3842
resources:
3943
limits:
40-
cpu: "4"
41-
memory: 8Gi
44+
cpu: "16"
45+
memory: 64Gi
4246
requests:
43-
cpu: "4"
44-
memory: 8Gi
47+
cpu: "16"
48+
memory: 64Gi

0 commit comments

Comments
 (0)