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"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "384Mi"
|
||||
memory: "768Mi"
|
||||
cpu: "250m"
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
|||
matchLabels:
|
||||
app.kubernetes.io/name: act-runner
|
||||
app.kubernetes.io/instance: arm64
|
||||
replicas: 3
|
||||
replicas: 2
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
|
@ -100,7 +100,7 @@ spec:
|
|||
memory: "256Mi"
|
||||
cpu: "200m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
memory: "768Mi"
|
||||
cpu: "500m"
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
|
|
Loading…
Reference in a new issue