mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 09:54:43 +02:00
fix(k8s/n8n): N8N_SECURE_COOKIE=false — HTTP interne sans TLS
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f9609e48dd
commit
e1446c687a
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ spec:
|
|||
# Désactiver la télémétrie
|
||||
- name: N8N_DIAGNOSTICS_ENABLED
|
||||
value: "false"
|
||||
- name: N8N_SECURE_COOKIE
|
||||
value: "false"
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /home/node/.n8n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue