fix(forgejo): increase runner resources
Some checks failed
Renovate / renovate (push) Failing after 10m22s

This commit is contained in:
Peter 2024-05-09 17:16:37 +02:00
parent e0b5c5a583
commit c7da87cfb8
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 3 additions and 3 deletions

View file

@ -97,7 +97,7 @@ spec:
memory: "256Mi"
cpu: "100m"
limits:
memory: "384Mi"
memory: "768Mi"
cpu: "250m"
securityContext:
fsGroup: 1000

View file

@ -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