fix(forgejo): increase runner resources
Some checks failed
Renovate / renovate (push) Failing after 10m22s
Some checks failed
Renovate / renovate (push) Failing after 10m22s
This commit is contained in:
parent
e0b5c5a583
commit
c7da87cfb8
2 changed files with 3 additions and 3 deletions
|
@ -97,7 +97,7 @@ spec:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "384Mi"
|
memory: "768Mi"
|
||||||
cpu: "250m"
|
cpu: "250m"
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|
|
@ -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: 3
|
replicas: 2
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
@ -100,7 +100,7 @@ spec:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
cpu: "200m"
|
cpu: "200m"
|
||||||
limits:
|
limits:
|
||||||
memory: "512Mi"
|
memory: "768Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|
Loading…
Reference in a new issue