From 57224b0e594161b96e9c776e8813d7c83fd032a6 Mon Sep 17 00:00:00 2001 From: AlxFrst Date: Thu, 18 Apr 2024 13:58:35 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20les=20ressources=20du?= =?UTF-8?q?=20conteneur=20n8n=20dans=20n8n-deployment.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- n8n-deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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