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
|
readOnlyRootFilesystem: false
|
||||||
options:
|
options:
|
||||||
pool:
|
pool:
|
||||||
maxConnections: 20
|
maxConnections: 100
|
||||||
minConnections: 5
|
minConnections: 20
|
||||||
connectionTimeoutMillis: 2000
|
connectionTimeoutMillis: 20000
|
||||||
idleTimeoutMillis: 10000
|
idleTimeoutMillis: 10000
|
||||||
maxLifetimeMillis: 600000
|
maxLifetimeMillis: 600000
|
||||||
connectTimeout: 10
|
|
||||||
maxConnections: 100
|
|
||||||
sharedBuffers: "256MB"
|
|
||||||
statementTimeout: 60000
|
|
||||||
tempBuffers: "8MB"
|
|
||||||
workMem: "64MB"
|
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
namespace: openproject
|
namespace: openproject
|
||||||
|
|||||||
Reference in New Issue
Block a user