options: pool: ...

This commit is contained in:
titver968
2025-10-06 17:33:17 +02:00
parent 308f324d90
commit be9089af11

View File

@@ -60,9 +60,12 @@ spec:
existingSecret: "postgresql-secrets" existingSecret: "postgresql-secrets"
global: global:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
# options: options:
# pool: 25 pool:
# connectTimeout: 10 maxConnections: 200
minConnections: 20
# connectionTimeout: 20
connectTimeout: 10
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'
namespace: openproject namespace: openproject