From 718d5881f8af436e41f480d2ff238c6dd2783163 Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 21 Nov 2025 08:01:51 +0100 Subject: [PATCH] n8n encryption --- argocd/apps/n8n/values-n8n.yaml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/argocd/apps/n8n/values-n8n.yaml b/argocd/apps/n8n/values-n8n.yaml index f014561..97b940d 100644 --- a/argocd/apps/n8n/values-n8n.yaml +++ b/argocd/apps/n8n/values-n8n.yaml @@ -14,19 +14,6 @@ spec: values: | encryptionKey: "727135b28dfc3b31ebbddc87577fe844" - # Wichtig: Trust Proxy für Traefik aktivieren - config: - executions: - pruneData: "true" - pruneDataMaxAge: 336 - generic: - timezone: "Europe/Berlin" - - # Umgebungsvariablen für Trust Proxy und Encryption Key - extraEnv: - N8N_ENCRYPTION_KEY: "727135b28dfc3b31ebbddc87577fe844" - N8N_PROXY_HOPS: "1" - # n8n Hauptknoten mit Persistenz main: persistence: @@ -39,6 +26,12 @@ spec: helm.sh/resource-policy: keep forceToUseStatefulset: true count: 1 + # Umgebungsvariablen für Trust Proxy + extraEnvs: + - name: N8N_ENCRYPTION_KEY + value: "727135b28dfc3b31ebbddc87577fe844" + - name: N8N_PROXY_HOPS + value: "1" # PostgreSQL Datenbank db: