2020-07-22 11:06:15 -04:00
|
|
|
apiVersion: actions.github.com/v1alpha1
|
|
|
|
|
kind: AutoScaleRunner
|
|
|
|
|
metadata:
|
|
|
|
|
name: auto-scale-runners
|
|
|
|
|
spec:
|
|
|
|
|
minReplicas: 1
|
2020-09-03 01:12:46 -04:00
|
|
|
maxReplicas: 5
|
|
|
|
|
configURL: https://github.com/TingluoHuang/example-services
|
|
|
|
|
githubTokenSecretKeyRef:
|
|
|
|
|
name: githubtoken
|
|
|
|
|
key: GITHUB_PAT
|
2020-07-22 11:06:15 -04:00
|
|
|
template:
|
|
|
|
|
spec:
|
2020-09-03 01:12:46 -04:00
|
|
|
setupDockerInDocker: true
|
2020-09-03 17:24:59 -04:00
|
|
|
imagePullPolicy: Always
|