n8n config
This commit is contained in:
@@ -16,14 +16,6 @@ spec:
|
|||||||
|
|
||||||
# n8n Hauptknoten mit Persistenz
|
# n8n Hauptknoten mit Persistenz
|
||||||
main:
|
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:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: "longhorn"
|
storageClass: "longhorn"
|
||||||
@@ -35,6 +27,10 @@ spec:
|
|||||||
forceToUseStatefulset: true
|
forceToUseStatefulset: true
|
||||||
count: 1
|
count: 1
|
||||||
|
|
||||||
|
# Umgebungsvariablen für Trust Proxy
|
||||||
|
extraEnvVars:
|
||||||
|
N8N_PROXY_HOPS: "1"
|
||||||
|
|
||||||
# PostgreSQL Datenbank
|
# PostgreSQL Datenbank
|
||||||
db:
|
db:
|
||||||
type: "postgresdb"
|
type: "postgresdb"
|
||||||
|
|||||||
Reference in New Issue
Block a user