mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
21 lines
548 B
YAML
21 lines
548 B
YAML
apiVersion: actions.summerwind.dev/v1alpha1
|
|
kind: RunnerDeployment
|
|
metadata:
|
|
name: example-runnerdeploy
|
|
spec:
|
|
# replicas: 1
|
|
template:
|
|
spec:
|
|
repository: mumoshu/actions-runner-controller-ci
|
|
#
|
|
# dockerd within runner container
|
|
#
|
|
## Replace `mumoshu/actions-runner-dind:dev` with your dind image
|
|
#dockerdWithinRunnerContainer: true
|
|
#image: mumoshu/actions-runner-dind:dev
|
|
|
|
#
|
|
# Set the MTU used by dockerd-managed network interfaces (including docker-build)
|
|
#
|
|
#dockerMTU: 1450
|