Skip to content

Instantly share code, notes, and snippets.

@tuladhar
Last active March 6, 2023 04:25
Show Gist options
  • Save tuladhar/450b7a743d98a0f588cd82f829bea30e to your computer and use it in GitHub Desktop.
Save tuladhar/450b7a743d98a0f588cd82f829bea30e to your computer and use it in GitHub Desktop.
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
name: runner-deployment
spec:
template:
spec:
repository: tuladhar/self-hosted-runner
---
apiVersion: actions.summerwind.dev/v1alpha1
kind: HorizontalRunnerAutoscaler
metadata:
name: runner-deployment-autoscaler
spec:
scaleTargetRef:
name: runner-deployment
minReplicas: 1
maxReplicas: 5
metrics:
- type: TotalNumberOfQueuedAndInProgressWorkflowRuns
repositoryNames:
- tuladhar/self-hosted-runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment