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

45 lines
1.0 KiB
YAML
Raw 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
# Whether to pass --ephemeral (true) or --once (false, deprecated)
env:
- name: RUNNER_FEATURE_FLAG_EPHEMERAL
value: "${RUNNER_FEATURE_FLAG_EPHEMERAL}"
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"
labels:
- "${RUNNER_LABEL}"
#
# Non-standard working directory
#
# workDir: "/"