debug mit postgres
This commit is contained in:
@@ -68,17 +68,15 @@ spec:
|
|||||||
auth:
|
auth:
|
||||||
# Option 1: Use existingSecret (recommended for production)
|
# Option 1: Use existingSecret (recommended for production)
|
||||||
existingSecret: "postgresql-auth"
|
existingSecret: "postgresql-auth"
|
||||||
username: "openproject"
|
|
||||||
database: "openproject"
|
|
||||||
# The secret must contain these keys:
|
# The secret must contain these keys:
|
||||||
# - postgres-password (PostgreSQL superuser password)
|
# - postgres-password (PostgreSQL superuser password)
|
||||||
# - password (openproject user password)
|
# - password (openproject user password)
|
||||||
|
|
||||||
# Option 2: Set passwords directly (not recommended for production)
|
# Option 2: Set passwords directly (not recommended for production)
|
||||||
# username: "openproject"
|
username: "openproject"
|
||||||
# password: "openproject123"
|
# password: "openproject123"
|
||||||
# postgresPassword: "postgres123"
|
# postgresPassword: "postgres123"
|
||||||
# database: "openproject"
|
database: "openproject"
|
||||||
global:
|
global:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
primary:
|
primary:
|
||||||
|
|||||||
Reference in New Issue
Block a user