From 00c5bc2d372d9ef70bacfc0e5b4001717eb30acc Mon Sep 17 00:00:00 2001 From: chemavx Date: Tue, 5 May 2026 09:14:46 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20DinD=20memory=20request=201Gi=E2=86=922G?= =?UTF-8?q?i,=20limit=202Gi=E2=86=924Gi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitea/deployment-gitea-runner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea/deployment-gitea-runner.yaml b/gitea/deployment-gitea-runner.yaml index fc85ffb..51f1fb1 100644 --- a/gitea/deployment-gitea-runner.yaml +++ b/gitea/deployment-gitea-runner.yaml @@ -45,10 +45,10 @@ spec: resources: requests: cpu: 500m - memory: 1Gi + memory: 2Gi limits: cpu: "2" - memory: 2Gi + memory: 4Gi livenessProbe: exec: command: ["docker", "info"]