mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Enable n8n task runner with internal mode
This commit is contained in:
+6
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user