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