chore(forgejo): update runner resources
All checks were successful
Renovate / renovate (push) Successful in 1m55s
All checks were successful
Renovate / renovate (push) Successful in 1m55s
This commit is contained in:
parent
996a08cc66
commit
3d2cbc02c8
2 changed files with 29 additions and 1 deletions
|
@ -73,6 +73,13 @@ spec:
|
||||||
mountPath: /etc/act
|
mountPath: /etc/act
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "250Mi"
|
||||||
|
cpu: "250m"
|
||||||
|
limits:
|
||||||
|
memory: "384Mi"
|
||||||
|
cpu: "750m"
|
||||||
- name: daemon
|
- name: daemon
|
||||||
image: docker:23.0.6-dind
|
image: docker:23.0.6-dind
|
||||||
env:
|
env:
|
||||||
|
@ -85,6 +92,13 @@ spec:
|
||||||
mountPath: /certs
|
mountPath: /certs
|
||||||
- name: runner-data
|
- name: runner-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "256Mi"
|
||||||
|
cpu: "100m"
|
||||||
|
limits:
|
||||||
|
memory: "384Mi"
|
||||||
|
cpu: "250m"
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: act-runner
|
app.kubernetes.io/name: act-runner
|
||||||
app.kubernetes.io/instance: arm64
|
app.kubernetes.io/instance: arm64
|
||||||
replicas: 2
|
replicas: 3
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
@ -74,6 +74,13 @@ spec:
|
||||||
mountPath: /etc/act
|
mountPath: /etc/act
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "384Mi"
|
||||||
|
cpu: "500m"
|
||||||
|
limits:
|
||||||
|
memory: "768Mi"
|
||||||
|
cpu: "1500m"
|
||||||
- name: daemon
|
- name: daemon
|
||||||
image: docker:23.0.6-dind
|
image: docker:23.0.6-dind
|
||||||
env:
|
env:
|
||||||
|
@ -86,6 +93,13 @@ spec:
|
||||||
mountPath: /certs
|
mountPath: /certs
|
||||||
- name: runner-data
|
- name: runner-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "256Mi"
|
||||||
|
cpu: "200m"
|
||||||
|
limits:
|
||||||
|
memory: "512Mi"
|
||||||
|
cpu: "500m"
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|
Loading…
Reference in a new issue