mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-04 16:56:56 +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
|
||||
runnerScaleSetName: "marcels-runner"
|
||||
minRunners: 4
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
@ -14,7 +15,7 @@ template:
|
||||
- name: work
|
||||
mountPath: /home/runner/_work
|
||||
- name: dind
|
||||
image: docker:24.0.7-dind
|
||||
image: docker:24.0.7-dind-alpine3.18
|
||||
env:
|
||||
- name: DOCKER_TLS_CERTDIR
|
||||
value: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user