From fe2298e3b0a52815e7567400797292ebab1cfa1a Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 11 Apr 2024 12:58:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Decrease=20the=20memory=20alloca?= =?UTF-8?q?ted=20to=20the=20deploy=20pod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/.deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.deploy.yaml b/.woodpecker/.deploy.yaml index 593ff31..1f2e286 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -18,7 +18,7 @@ steps: kubernetes: resources: requests: - memory: "2Gi" + memory: "1Gi" cpu: "1" # limits: # memory: 2Gi