n8n encryption
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user