2020-11-14 20:07:14 +09:00
|
|
|
apiVersion: actions.summerwind.dev/v1alpha1
|
|
|
|
|
kind: RunnerDeployment
|
|
|
|
|
metadata:
|
|
|
|
|
name: example-runnerdeploy
|
|
|
|
|
spec:
|
2020-11-14 22:06:33 +09:00
|
|
|
# replicas: 1
|
2020-11-14 20:07:14 +09:00
|
|
|
template:
|
|
|
|
|
spec:
|
|
|
|
|
repository: mumoshu/actions-runner-controller-ci
|
2021-03-31 09:29:21 +09:00
|
|
|
#
|
|
|
|
|
# dockerd within runner container
|
|
|
|
|
#
|
|
|
|
|
## Replace `mumoshu/actions-runner-dind:dev` with your dind image
|
|
|
|
|
#dockerdWithinRunnerContainer: true
|
|
|
|
|
#image: mumoshu/actions-runner-dind:dev
|
|
|
|
|
|
|
|
|
|
#
|
2021-04-17 09:02:03 +01:00
|
|
|
# Set the MTU used by dockerd-managed network interfaces (including docker-build-ubuntu)
|
2021-03-31 09:29:21 +09:00
|
|
|
#
|
|
|
|
|
#dockerMTU: 1450
|