From 894d5d6dcca6608b3d81c2a1531f901b7725dba4 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Fri, 2 Jan 2026 23:36:09 +1100 Subject: [PATCH] change to HTPPS --- manifests/n8n-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/n8n-deployment.yaml b/manifests/n8n-deployment.yaml index a5aab6d..8b30e37 100644 --- a/manifests/n8n-deployment.yaml +++ b/manifests/n8n-deployment.yaml @@ -52,7 +52,7 @@ spec: name: postgres-secret key: POSTGRES_NON_ROOT_PASSWORD - name: N8N_PROTOCOL - value: http + value: https - name: N8N_PORT value: "443" - name: N8N_HOST