mirror of
https://github.com/actions/runner.git
synced 2026-01-07 02:27:23 +08:00
15 lines
353 B
YAML
15 lines
353 B
YAML
apiVersion: actions.github.com/v1alpha1
|
|
kind: AutoScaleRunner
|
|
metadata:
|
|
name: auto-scale-runners
|
|
spec:
|
|
minReplicas: 1
|
|
maxReplicas: 5
|
|
configURL: https://github.com/TingluoHuang/example-services
|
|
githubTokenSecretKeyRef:
|
|
name: githubtoken
|
|
key: GITHUB_PAT
|
|
template:
|
|
spec:
|
|
setupDockerInDocker: true
|
|
imagePullPolicy: Always |