This commit is contained in:
sirius0xdev 2026-01-06 05:27:10 +00:00
parent d1d8371d92
commit 92bf99a618
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ data:
DB_TYPE: "postgresdb" DB_TYPE: "postgresdb"
DB_POSTGRESDB_HOST: "customer1-pgdb-rw" DB_POSTGRESDB_HOST: "customer1-pgdb-rw"
DB_POSTGRESDB_PORT: "5432" DB_POSTGRESDB_PORT: "5432"
DB_POSTGRESDB_DATABASE: "app" DB_POSTGRESDB_DATABASE: "n8n"
DB_POSTGRESDB_USER: "app" DB_POSTGRESDB_USER: "customer1"

View file

@ -10,7 +10,7 @@ spec:
size: 5Gi size: 5Gi
bootstrap: bootstrap:
initdb: initdb:
database: app database: n8n
owner: customer1 owner: customer1
secret: secret:
name: customer1-db-credentials name: customer1-db-credentials