diff --git a/deploy/n8n/n8n-deployment.yaml b/deploy/n8n/n8n-deployment.yaml index 013def8..0a3f279 100644 --- a/deploy/n8n/n8n-deployment.yaml +++ b/deploy/n8n/n8n-deployment.yaml @@ -31,6 +31,10 @@ spec: - -c - sleep 5; n8n start env: + - name: N8N_EDITOR_BASE_URL + value: https://n8n.prod.panic.haus/ + - name: WEBHOOK_URL + value: https://n8n.prod.panic.haus/ - name: DB_TYPE value: postgresdb - name: DB_POSTGRESDB_HOST