mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
tweak runner settings to use alpine and scale to 4
This commit is contained in:
parent
4c9ba33bdc
commit
457d95d48a
@ -1,5 +1,6 @@
|
|||||||
githubConfigSecret: github-app-secret
|
githubConfigSecret: github-app-secret
|
||||||
runnerScaleSetName: "marcels-runner"
|
runnerScaleSetName: "marcels-runner"
|
||||||
|
minRunners: 4
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
@ -14,7 +15,7 @@ template:
|
|||||||
- name: work
|
- name: work
|
||||||
mountPath: /home/runner/_work
|
mountPath: /home/runner/_work
|
||||||
- name: dind
|
- name: dind
|
||||||
image: docker:24.0.7-dind
|
image: docker:24.0.7-dind-alpine3.18
|
||||||
env:
|
env:
|
||||||
- name: DOCKER_TLS_CERTDIR
|
- name: DOCKER_TLS_CERTDIR
|
||||||
value: ""
|
value: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user