neue Version
This commit is contained in:
@@ -48,12 +48,12 @@ spec:
|
|||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: enabled
|
enabled: false
|
||||||
accessModes:
|
accessModes:
|
||||||
- "ReadWriteOnce"
|
- "ReadWriteOnce"
|
||||||
|
|
||||||
s3:
|
s3:
|
||||||
enabled: disabled
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
accessKeyId: "aKey"
|
accessKeyId: "aKey"
|
||||||
secretAccessKey: "sKey"
|
secretAccessKey: "sKey"
|
||||||
@@ -66,7 +66,17 @@ spec:
|
|||||||
postgresql:
|
postgresql:
|
||||||
bundled: true
|
bundled: true
|
||||||
auth:
|
auth:
|
||||||
|
# Option 1: Use existingSecret (recommended for production)
|
||||||
existingSecret: "postgresql-secrets"
|
existingSecret: "postgresql-secrets"
|
||||||
|
# The secret must contain these keys:
|
||||||
|
# - postgres-password (PostgreSQL superuser password)
|
||||||
|
# - password (openproject user password)
|
||||||
|
|
||||||
|
# Option 2: Set passwords directly (not recommended for production)
|
||||||
|
# username: "openproject"
|
||||||
|
# password: "your-openproject-password"
|
||||||
|
# postgresPassword: "your-postgres-admin-password"
|
||||||
|
# database: "openproject"
|
||||||
global:
|
global:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
primary:
|
primary:
|
||||||
|
|||||||
Reference in New Issue
Block a user