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
|
- name: act-runner-config-arm64
|
||||||
files:
|
files:
|
||||||
- config.yaml=config/runners/config-arm64.yaml
|
- 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
|
- name: act-runner-config-amd64
|
||||||
files:
|
files:
|
||||||
- config.yaml=config/runners/config-amd64.yaml
|
- config.yaml=config/runners/config-amd64.yaml
|
||||||
- daemon.json=config/runners/daemon.json
|
- daemon.json=config/runners/daemon.amd64.json
|
||||||
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: forgejo
|
- name: forgejo
|
||||||
|
|
|
@ -101,8 +101,8 @@ spec:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "768Mi"
|
memory: "512Mi"
|
||||||
cpu: "500m"
|
cpu: "1200m"
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|
|
@ -100,10 +100,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
cpu: "200m"
|
cpu: "150m"
|
||||||
limits:
|
limits:
|
||||||
memory: "768Mi"
|
memory: "512Mi"
|
||||||
cpu: "500m"
|
cpu: "1200m"
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|
Loading…
Reference in a new issue