postgresql debug
This commit is contained in:
@@ -67,21 +67,21 @@ spec:
|
|||||||
postgresql:
|
postgresql:
|
||||||
bundled: true
|
bundled: true
|
||||||
auth:
|
auth:
|
||||||
username: "openproject"
|
# username: "openproject"
|
||||||
database: "openproject"
|
# database: "openproject"
|
||||||
password: "InnoProjectDB_2025"
|
# password: "InnoProjectDB_2025"
|
||||||
postgresPassword: "InnoHubPostgres_2025"
|
# postgresPassword: "InnoHubPostgres_2025"
|
||||||
existingSecret: "postgresql-secret"
|
existingSecret: "postgresql-secret"
|
||||||
##secretKeys:
|
# secretKeys:
|
||||||
# adminPasswordKey: "InnoHubPostgres_2025!"
|
# adminPasswordKey: "InnoHubPostgres_2025!"
|
||||||
# userPasswordKey: "InnoProjectDB_2025!"
|
# userPasswordKey: "InnoProjectDB_2025!"
|
||||||
options:
|
# options:
|
||||||
pool:
|
# pool:
|
||||||
maxConnections: 30
|
# maxConnections: 30
|
||||||
minConnections: 20
|
# minConnections: 20
|
||||||
connectionTimeoutMillis: 20000
|
# connectionTimeoutMillis: 20000
|
||||||
idleTimeoutMillis: 100000
|
# idleTimeoutMillis: 100000
|
||||||
maxLifetimeMillis: 6000000
|
# maxLifetimeMillis: 6000000
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
namespace: openproject
|
namespace: openproject
|
||||||
|
|||||||
Reference in New Issue
Block a user