From 7ac26e302aaeb13ca0d69895274cb5cdab6d080e Mon Sep 17 00:00:00 2001 From: Samantha Atkins Date: Sun, 12 Apr 2026 14:09:27 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20n8n=20NodePort=20conflict=20with=20Matter?= =?UTF-8?q?most=20(32374=20=E2=86=92=2032376)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- k3s/n8n/n8n.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k3s/n8n/n8n.yaml b/k3s/n8n/n8n.yaml index 76c6a9c..b1e50e5 100644 --- a/k3s/n8n/n8n.yaml +++ b/k3s/n8n/n8n.yaml @@ -79,5 +79,5 @@ spec: ports: - port: 5678 targetPort: 5678 - nodePort: 32374 + nodePort: 32376 type: NodePort