gitea runner: temporarily remove resource limits

This commit is contained in:
2025-03-13 13:12:57 -04:00
parent a5ef81203e
commit f019eebdb6

View File

@@ -44,19 +44,11 @@ spec:
mountPath: /certs
- name: runner-data
mountPath: /data
resources:
limits:
memory: "512Mi"
cpu: "500m"
- name: daemon
image: docker:23.0.6-dind
env:
- name: DOCKER_TLS_CERTDIR
value: /certs
resources:
limits:
memory: "1Gi"
cpu: "1000m"
securityContext:
privileged: true
volumeMounts: