postgres-auth added

This commit is contained in:
titver968
2025-10-07 08:08:52 +02:00
parent 9aa893e109
commit 77dc5a7294
3 changed files with 16 additions and 14 deletions

View File

@@ -62,16 +62,16 @@ spec:
bundled: true
auth:
# Option 1: Use existingSecret (recommended for production)
# existingSecret: "postgresql-secrets"
existingSecret: "postgresql-auth"
# 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: "openproject123"
postgresPassword: "postgres123"
database: "openproject"
# username: "openproject"
# password: "openproject123"
# postgresPassword: "postgres123"
# database: "openproject"
global:
readOnlyRootFilesystem: false
primary: