postgresql options pool
This commit is contained in:
9
argocd/apps/openproject/openproject-core-secrets.yaml
Normal file
9
argocd/apps/openproject/openproject-core-secrets.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
metadata:
|
||||
name: openproject-core
|
||||
namespace: openproject
|
||||
stringData:
|
||||
postgres-password: InnoHubPostgres_2025
|
||||
password: InnoProjectDB_2025
|
||||
@@ -62,17 +62,11 @@ spec:
|
||||
readOnlyRootFilesystem: false
|
||||
options:
|
||||
pool:
|
||||
maxConnections: 20
|
||||
minConnections: 5
|
||||
connectionTimeoutMillis: 2000
|
||||
maxConnections: 100
|
||||
minConnections: 20
|
||||
connectionTimeoutMillis: 20000
|
||||
idleTimeoutMillis: 10000
|
||||
maxLifetimeMillis: 600000
|
||||
connectTimeout: 10
|
||||
maxConnections: 100
|
||||
sharedBuffers: "256MB"
|
||||
statementTimeout: 60000
|
||||
tempBuffers: "8MB"
|
||||
workMem: "64MB"
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: openproject
|
||||
|
||||
Reference in New Issue
Block a user