mirror of
https://github.com/actions/runner.git
synced 2025-12-11 04:46:58 +00:00
15 lines
304 B
YAML
15 lines
304 B
YAML
apiVersion: actions.summerwind.dev/v1alpha1
|
|
kind: RunnerDeployment
|
|
metadata:
|
|
name: auto-scale-runners
|
|
spec:
|
|
replicas: 1
|
|
maxRunnerLimit: 5
|
|
template:
|
|
spec:
|
|
configURL: https://github.com/bbq-beets/ting-test
|
|
githubTokenSecretKeyRef:
|
|
name: githubtoken
|
|
key: GITHUB_PAT
|
|
|