postgres-auth added
This commit is contained in:
11
argocd/apps/openproject/postgresql-auth.yaml
Normal file
11
argocd/apps/openproject/postgresql-auth.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: postgresql-auth
|
||||
namespace: openproject
|
||||
type: Opaque
|
||||
stringData:
|
||||
postgres-password: InnoPG_2025
|
||||
password: InnoDB_2025
|
||||
username: openproject
|
||||
database: openproject
|
||||
@@ -1,9 +0,0 @@
|
||||
#apiVersion: v1
|
||||
#kind: Secret
|
||||
#type: Opaque
|
||||
#metadata:
|
||||
# name: postgresql-secret
|
||||
# namespace: openproject
|
||||
#stringData:
|
||||
# postgres-password: InnoHubPostgres_2025
|
||||
# password: InnoProjectDB_2025
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user