Skip to content

Commit

Permalink
tweak runner settings to use alpine and scale to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-dempers committed Feb 26, 2024
1 parent 4c9ba33 commit 457d95d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github/actions/kubernetes/scaleset-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
githubConfigSecret: github-app-secret
runnerScaleSetName: "marcels-runner"
minRunners: 4
template:
spec:
containers:
Expand All @@ -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: ""
Expand Down

0 comments on commit 457d95d

Please sign in to comment.