Enable n8n task runner with internal mode

This commit is contained in:
2025-02-22 21:35:06 +11:00
parent 9d9ffc275e
commit 77a6bf75c5
+6 -2
View File
@@ -64,6 +64,10 @@ spec:
value: "2160"
- name: EXECUTIONS_DATA_MAX_AMOUNT
value: "500000"
- name: N8N_RUNNERS_ENABLED
value: "true"
- name: N8N_RUNNERS_MODE
value: internal
volumeMounts:
- name: data
mountPath: "/home/node/.n8n"
@@ -72,8 +76,8 @@ spec:
cpu: 400m
memory: 1Gi
limits:
cpu: 1000m
memory: 2Gi
cpu: 1500m
memory: 3Gi
volumes:
- name: data
persistentVolumeClaim: