fix db svc address
This commit is contained in:
parent
f5c2d664b8
commit
6a84181212
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ data:
|
||||||
N8N_METRICS: "true"
|
N8N_METRICS: "true"
|
||||||
QUEUE_HEALTH_CHECK_ACTIVE: "true"
|
QUEUE_HEALTH_CHECK_ACTIVE: "true"
|
||||||
DB_TYPE: "postgresdb"
|
DB_TYPE: "postgresdb"
|
||||||
DB_POSTGRESDB_HOST: "customer1-db-rw-customer1.svc.cluster.local"
|
DB_POSTGRESDB_HOST: "customer1-pgdb-rw"
|
||||||
DB_POSTGRESDB_PORT: "5432"
|
DB_POSTGRESDB_PORT: "5432"
|
||||||
DB_POSTGRESDB_DATABASE: "app"
|
DB_POSTGRESDB_DATABASE: "app"
|
||||||
DB_POSTGRESDB_USER: "customer1"
|
DB_POSTGRESDB_USER: "customer1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue