n8n encryption

This commit is contained in:
titver968
2025-11-21 08:01:51 +01:00
parent f25c06f110
commit 718d5881f8

View File

@@ -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: