From 28f8e7a2101bed7e52916d3679c5d5e4386b28ae Mon Sep 17 00:00:00 2001 From: AlxFrst Date: Thu, 18 Apr 2024 13:59:36 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20la=20limite=20de=20m?= =?UTF-8?q?=C3=A9moire=20et=20ajouter=20une=20limite=20de=20CPU=20dans=20n?= =?UTF-8?q?8n-deployment.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- n8n-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/n8n-deployment.yaml b/n8n-deployment.yaml index dce3f50..8f2924b 100644 --- a/n8n-deployment.yaml +++ b/n8n-deployment.yaml @@ -90,6 +90,7 @@ spec: memory: "250Mi" limits: memory: "500Mi" + cpu: "0.5" volumeMounts: - mountPath: /home/node/.n8n name: n8n-claim0