tweak runner settings to use alpine and scale to 4

This commit is contained in:
marcel-dempers 2024-02-26 21:26:40 +11:00
parent 4c9ba33bdc
commit 457d95d48a

View File

@ -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: ""