From af66893c2336619add1e2a78579e98db8bd242b9 Mon Sep 17 00:00:00 2001 From: ab Date: Wed, 8 Apr 2026 14:13:27 +0000 Subject: [PATCH] Update k8s/apps/gitea/deployment.yaml --- k8s/apps/gitea/deployment.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/k8s/apps/gitea/deployment.yaml b/k8s/apps/gitea/deployment.yaml index d5c08cc..f9e849f 100644 --- a/k8s/apps/gitea/deployment.yaml +++ b/k8s/apps/gitea/deployment.yaml @@ -127,14 +127,14 @@ spec: - name: gitea-runner image: gitea/act_runner:nightly resources: - requests: - cpu: "100m" - memory: "256Mi" - ephemeral-storage: "1Gi" - limits: - cpu: "3000m" - memory: "4Gi" - ephemeral-storage: "28Gi" + #requests: + # cpu: "100m" + # memory: "256Mi" + # ephemeral-storage: "1Gi" + #limits: + # cpu: "3000m" + # memory: "4Gi" + # ephemeral-storage: "28Gi" volumeMounts: - name: docker-sock mountPath: /var/run/docker.sock