Fix n8n DB host to pgcat.db.svc.cluster.local
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,7 @@ spec:
|
|||||||
- name: DB_TYPE
|
- name: DB_TYPE
|
||||||
value: postgresdb
|
value: postgresdb
|
||||||
- name: DB_POSTGRESDB_HOST
|
- name: DB_POSTGRESDB_HOST
|
||||||
value: pgcat.tools.svc.cluster.local
|
value: pgcat.db.svc.cluster.local
|
||||||
- name: DB_POSTGRESDB_PORT
|
- name: DB_POSTGRESDB_PORT
|
||||||
value: "6432"
|
value: "6432"
|
||||||
- name: DB_POSTGRESDB_DATABASE
|
- name: DB_POSTGRESDB_DATABASE
|
||||||
|
|||||||
Reference in New Issue
Block a user