diff --git a/n8n-deployment.yaml b/n8n-deployment.yaml index afd3f56..dce3f50 100644 --- a/n8n-deployment.yaml +++ b/n8n-deployment.yaml @@ -85,11 +85,11 @@ spec: name: n8n ports: - containerPort: 5678 - # resources: - # requests: - # memory: "250Mi" - # limits: - # memory: "500Mi" + resources: + requests: + memory: "250Mi" + limits: + memory: "500Mi" volumeMounts: - mountPath: /home/node/.n8n name: n8n-claim0