n8n: add N8N_PROXY_HOPS for X-Forwarded-For trust

This commit is contained in:
kappa
2026-03-17 15:51:43 +09:00
parent 3388f8a225
commit f2fe1cbf88

View File

@@ -46,6 +46,8 @@ spec:
value: https://n8n.inouter.com/ value: https://n8n.inouter.com/
- name: GENERIC_TIMEZONE - name: GENERIC_TIMEZONE
value: Asia/Seoul value: Asia/Seoul
- name: N8N_PROXY_HOPS
value: "3"
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /home/node/.n8n mountPath: /home/node/.n8n