This commit is contained in:
parent
25b8a13e14
commit
12f81819ba
5 changed files with 10 additions and 7 deletions
3
forgejo/config/runners/daemon.amd64.json
Normal file
3
forgejo/config/runners/daemon.amd64.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"max-concurrent-downloads": 1
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -101,8 +101,8 @@ spec:
|
|||
memory: "256Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "768Mi"
|
||||
cpu: "500m"
|
||||
memory: "512Mi"
|
||||
cpu: "1200m"
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
nodeSelector:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue