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