This commit is contained in:
parent
ab570b640b
commit
904c945bc2
3 changed files with 6 additions and 3 deletions
|
@ -13,6 +13,9 @@ images:
|
|||
- name: act_runner
|
||||
newName: code.forgejo.org/forgejo/runner
|
||||
newTag: "3.4.1"
|
||||
- name: dind
|
||||
newName: docker
|
||||
newTag: 26.1.2-dind
|
||||
|
||||
resources:
|
||||
- resources/secrets/admin-credentials.yaml
|
||||
|
|
|
@ -83,7 +83,7 @@ spec:
|
|||
memory: "384Mi"
|
||||
cpu: "750m"
|
||||
- name: daemon
|
||||
image: docker:23.0.6-dind
|
||||
image: dind
|
||||
env:
|
||||
- name: DOCKER_TLS_CERTDIR
|
||||
value: /certs
|
||||
|
@ -100,7 +100,7 @@ spec:
|
|||
cpu: "100m"
|
||||
limits:
|
||||
memory: "768Mi"
|
||||
cpu: "250m"
|
||||
cpu: "500m"
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
nodeSelector:
|
||||
|
|
|
@ -84,7 +84,7 @@ spec:
|
|||
memory: "768Mi"
|
||||
cpu: "1500m"
|
||||
- name: daemon
|
||||
image: docker:23.0.6-dind
|
||||
image: dind
|
||||
env:
|
||||
- name: DOCKER_TLS_CERTDIR
|
||||
value: /certs
|
||||
|
|
Loading…
Reference in a new issue