options: pool: maxConnections: 30

This commit is contained in:
titver968
2025-10-06 17:44:52 +02:00
parent 693d6c3b32
commit 7dab86e7b1

View File

@@ -61,13 +61,8 @@ spec:
global: global:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
options: options:
maxPoolSize: 200 pool:
minPoolSize: 20 maxConnections: 30
connectTimeout: 10
# pool:
# maxConnections: 200
# minConnections: 20
# connectionTimeout: 20
destination: destination:
server: 'https://kubernetes.default.svc' server: 'https://kubernetes.default.svc'
namespace: openproject namespace: openproject