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" memory: "256Mi"
cpu: "100m" cpu: "100m"
limits: limits:
memory: "384Mi" memory: "768Mi"
cpu: "250m" cpu: "250m"
securityContext: securityContext:
fsGroup: 1000 fsGroup: 1000

View file

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