diff --git a/argocd/apps/n8n/values-n8n.yaml b/argocd/apps/n8n/values-n8n.yaml index 97b940d..fb01480 100644 --- a/argocd/apps/n8n/values-n8n.yaml +++ b/argocd/apps/n8n/values-n8n.yaml @@ -16,6 +16,14 @@ spec: # n8n Hauptknoten mit Persistenz main: + # Konfiguration für Trust Proxy und andere Einstellungen + config: + generic: + timezone: "Europe/Berlin" + # n8n_proxy_hops wird zu N8N_PROXY_HOPS + n8n: + proxy_hops: 1 + persistence: enabled: true storageClass: "longhorn" @@ -26,12 +34,6 @@ 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: