From 68a012f8ad6eb3756b75a107e84f0b47607c4210 Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 11 Apr 2024 11:43:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Try=20to=20increase=20the=20reso?= =?UTF-8?q?urces=20allocated=20to=20the=20image=20building=20(step=203)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/.deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/.deploy.yaml b/.woodpecker/.deploy.yaml index 7cd2398..bd12d6f 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -18,8 +18,8 @@ steps: kubernetes: resources: requests: - memory: 1Gi - cpu: 1 + memory: "2Gi" + cpu: "2" limits: memory: 2Gi - cpu: 2 + cpu: "2"