fix(forgejo): update CPU limits
Some checks failed
Renovate / renovate (push) Failing after 10m48s

This commit is contained in:
Peter 2024-05-12 12:36:25 +02:00
parent 25b8a13e14
commit 12f81819ba
Signed by: prskr
GPG key ID: F56BED6903BC5E37
5 changed files with 10 additions and 7 deletions

View file

@ -0,0 +1,3 @@
{
"max-concurrent-downloads": 1
}

View file

@ -34,12 +34,12 @@ configMapGenerator:
- name: act-runner-config-arm64
files:
- config.yaml=config/runners/config-arm64.yaml
- daemon.json=config/runners/daemon.json
- daemon.json=config/runners/daemon.arm64.json
- name: act-runner-config-amd64
files:
- config.yaml=config/runners/config-amd64.yaml
- daemon.json=config/runners/daemon.json
- daemon.json=config/runners/daemon.amd64.json
helmCharts:
- name: forgejo

View file

@ -101,8 +101,8 @@ spec:
memory: "256Mi"
cpu: "100m"
limits:
memory: "768Mi"
cpu: "500m"
memory: "512Mi"
cpu: "1200m"
securityContext:
fsGroup: 1000
nodeSelector:

View file

@ -100,10 +100,10 @@ spec:
resources:
requests:
memory: "256Mi"
cpu: "200m"
cpu: "150m"
limits:
memory: "768Mi"
cpu: "500m"
memory: "512Mi"
cpu: "1200m"
securityContext:
fsGroup: 1000
nodeSelector: