Files
actions-runner-controller/acceptance/testdata/runnerdeploy.yaml
T

38 lines
813 B
YAML
Raw Permalink Normal View History

2020-11-14 20:07:14 +09:00
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
name: example-runnerdeploy
spec:
# replicas: 1
2020-11-14 20:07:14 +09:00
template:
spec:
repository: ${TEST_REPO}
#
# Custom runner image
#
2021-05-03 13:03:17 +09:00
image: ${RUNNER_NAME}:${RUNNER_TAG}
imagePullPolicy: IfNotPresent
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
#Runner group
# labels:
# - "mylabel 1"
# - "mylabel 2"
#
# Non-standard working directory
#
# workDir: "/"