Update k8s/apps/gitea/deployment.yaml
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Has been cancelled
Check with kubeconform / lint (push) Has been cancelled
Auto-update README / Generate README and Create MR (push) Has been cancelled

This commit is contained in:
ab
2026-04-08 14:13:27 +00:00
parent 9d52724204
commit af66893c23

View File

@@ -127,14 +127,14 @@ spec:
- name: gitea-runner - name: gitea-runner
image: gitea/act_runner:nightly image: gitea/act_runner:nightly
resources: resources:
requests: #requests:
cpu: "100m" # cpu: "100m"
memory: "256Mi" # memory: "256Mi"
ephemeral-storage: "1Gi" # ephemeral-storage: "1Gi"
limits: #limits:
cpu: "3000m" # cpu: "3000m"
memory: "4Gi" # memory: "4Gi"
ephemeral-storage: "28Gi" # ephemeral-storage: "28Gi"
volumeMounts: volumeMounts:
- name: docker-sock - name: docker-sock
mountPath: /var/run/docker.sock mountPath: /var/run/docker.sock