options: pool: ...
This commit is contained in:
@@ -60,9 +60,12 @@ spec:
|
||||
existingSecret: "postgresql-secrets"
|
||||
global:
|
||||
readOnlyRootFilesystem: false
|
||||
# options:
|
||||
# pool: 25
|
||||
# connectTimeout: 10
|
||||
options:
|
||||
pool:
|
||||
maxConnections: 200
|
||||
minConnections: 20
|
||||
# connectionTimeout: 20
|
||||
connectTimeout: 10
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: openproject
|
||||
|
||||
Reference in New Issue
Block a user