From 554244acba2f57d27dee8b00499a7e30de7ff885 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Fri, 2 Jan 2026 23:30:48 +1100 Subject: [PATCH] update host and port --- manifests/n8n-deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/n8n-deployment.yaml b/manifests/n8n-deployment.yaml index e7eba4b..1c1d3a7 100644 --- a/manifests/n8n-deployment.yaml +++ b/manifests/n8n-deployment.yaml @@ -55,6 +55,10 @@ spec: value: http - name: N8N_PORT value: "5678" + - name: N8N_HOST + value: n8n.apilab.us + - name: N8N_PORT + value: 443 image: docker.io/n8nio/n8n name: n8n ports: