From e2d65bffabf7aac6d861a7e3759898f38f3fc640 Mon Sep 17 00:00:00 2001 From: jared Date: Tue, 24 Jun 2025 08:57:01 +0200 Subject: [PATCH] argocd/apps/n8n/n8n.yaml aktualisiert fix config for webhook tunnel --- argocd/apps/n8n/n8n.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/argocd/apps/n8n/n8n.yaml b/argocd/apps/n8n/n8n.yaml index 3316889..3e33142 100644 --- a/argocd/apps/n8n/n8n.yaml +++ b/argocd/apps/n8n/n8n.yaml @@ -40,8 +40,10 @@ spec: forceString: true - name: ingress.annotations.cert-manager\.io\/cluster-issuer value: lets-encrypt - - name: webhook.extraEnv.WEBHOOK_URL - value: "https://n8n.innovation-hub-niedersachsen.de" + - name: extraEnv + value: | + - name: WEBHOOK_TUNNEL_URL + value: "https://n8n.myhost.com/" chart: n8n destination: server: 'https://kubernetes.default.svc'