From 57d4df8402e6ad1ef0958361af577372e6210894 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Mon, 2 Jun 2025 19:41:27 +0100 Subject: [PATCH] chore(n8n): update n8n job spec to use port 443 for HTTP service --- modules/n8n/jobspec.nomad.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/n8n/jobspec.nomad.hcl b/modules/n8n/jobspec.nomad.hcl index f7d6257..72294ad 100644 --- a/modules/n8n/jobspec.nomad.hcl +++ b/modules/n8n/jobspec.nomad.hcl @@ -5,7 +5,7 @@ job "n8n" { network { mode = "bridge" port "http" { - to = 5678 + to = 443 } port "envoy_metrics" { to = 9102 @@ -14,7 +14,7 @@ job "n8n" { service { provider = "consul" - port = "5678" + port = "443" meta { envoy_metrics_port = "${NOMAD_HOST_PORT_envoy_metrics}"