neue Version

This commit is contained in:
titver968
2025-10-06 18:00:12 +02:00
parent 905f418f06
commit 9d1335b4de

View File

@@ -48,12 +48,12 @@ spec:
readOnlyRootFilesystem: false
persistence:
enabled: enabled
enabled: false
accessModes:
- "ReadWriteOnce"
s3:
enabled: disabled
enabled: true
auth:
accessKeyId: "aKey"
secretAccessKey: "sKey"
@@ -66,7 +66,17 @@ spec:
postgresql:
bundled: true
auth:
# Option 1: Use existingSecret (recommended for production)
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:
readOnlyRootFilesystem: false
primary: