Fix: Update PostgreSQL max_connections to 100 and add sslmode option in values.yaml

This commit is contained in:
Marco van Zijl 2025-11-23 15:47:48 +01:00
parent 44601cc820
commit 9ccce95b25

View File

@ -23,6 +23,8 @@ openproject:
existingSecret: openproject-pg-cluster-app existingSecret: openproject-pg-cluster-app
secretKeys: secretKeys:
userPasswordKey: password userPasswordKey: password
options:
sslmode: require
replicaCount: 1 replicaCount: 1
@ -78,7 +80,7 @@ extraObjects:
instances: 2 instances: 2
postgresql: postgresql:
parameters: parameters:
max_connections: "20" max_connections: "100"
shared_buffers: "25MB" shared_buffers: "25MB"
effective_cache_size: "75MB" effective_cache_size: "75MB"
maintenance_work_mem: "6400kB" maintenance_work_mem: "6400kB"