different gitea runner strategy
This commit is contained in:
parent
1aa2e55f22
commit
835f05866c
@ -42,8 +42,26 @@ spec:
|
||||
volumeMounts:
|
||||
- name: runner-data
|
||||
mountPath: /data
|
||||
- name: daemon
|
||||
image: docker:23.0.6-dind
|
||||
env:
|
||||
- name: DOCKER_TLS_CERTDIR
|
||||
value: /certs
|
||||
securityContext:
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- name: docker-certs
|
||||
mountPath: /certs
|
||||
resources:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
cpu: "2"
|
||||
|
||||
volumes:
|
||||
- name: runner-data
|
||||
emptyDir: {}
|
||||
- name: docker-certs
|
||||
emptyDir: {}
|
||||
|
@ -18,7 +18,7 @@ namespace: gitea
|
||||
images:
|
||||
- name: actions-runner
|
||||
newName: gitea/act_runner
|
||||
newTag: nightly-dind-rootless
|
||||
newTag: nightly
|
||||
|
||||
|
||||
helmCharts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user