From 08d9b5ef08e6af4b4118faf853e76aab93efec4a Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 11 Apr 2024 11:13:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Try=20to=20increase=20the=20reso?= =?UTF-8?q?urce=20allocated=20to=20the=20image=20building=20(step=202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/.deploy.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.woodpecker/.deploy.yaml b/.woodpecker/.deploy.yaml index c1db395..7cd2398 100644 --- a/.woodpecker/.deploy.yaml +++ b/.woodpecker/.deploy.yaml @@ -14,12 +14,12 @@ steps: password: from_secret: registry-password debug: true - backend_options: - kubernetes: - resources: - requests: - memory: 1Gi - cpu: 1 - limits: - memory: 2Gi - cpu: 2 + backend_options: + kubernetes: + resources: + requests: + memory: 1Gi + cpu: 1 + limits: + memory: 2Gi + cpu: 2