db creds
This commit is contained in:
parent
d1d8371d92
commit
92bf99a618
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue