Skip to content

Commit

Permalink
Update docker-runner-autoscaler.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shakerg authored Jan 12, 2024
1 parent 275e42d commit 576af15
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions openshift/manifests/docker-runner-autoscaler.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
apiVersion: actions.summerwind.dev/v1alpha1
kind: HorizontalRunnerAutoscaler
metadata:
name: openshift-runner-autoscaler
# Optional
# namespace:
spec:
maxReplicas: 6
metrics:
- scaleDownFactor: "0.5"
scaleDownThreshold: "0.25"
scaleUpFactor: "2"
scaleUpThreshold: "0.75"
type: PercentageRunnersBusy
minReplicas: 2
scaleDownDelaySecondsAfterScaleOut: 300
scaleTargetRef:
name: openshift-runner

0 comments on commit 576af15

Please sign in to comment.