diff --git a/n8n/n8n-deployment.yaml b/n8n/n8n-deployment.yaml index 89d6d9c..a02d510 100644 --- a/n8n/n8n-deployment.yaml +++ b/n8n/n8n-deployment.yaml @@ -53,15 +53,17 @@ spec: value: http - name: N8N_PORT value: "5678" + - name: NODE_OPTIONS + value: "--max-old-space-size=768" image: n8nio/n8n name: n8n ports: - containerPort: 5678 resources: requests: - memory: "250Mi" + memory: "512Mi" limits: - memory: "500Mi" + memory: "1Gi" volumeMounts: - mountPath: /home/node/.n8n name: n8n-claim0