Skip to content

Commit

Permalink
Update openshift-docker-runnerdeployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shakerg authored Jan 12, 2024
1 parent 576af15 commit dce83d5
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions openshift/manifests/openshift-docker-runnerdeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,3 @@ spec:
- name: daemon-json
configMap:
name: daemon-json
---
apiVersion: actions.summerwind.dev/v1alpha1
kind: HorizontalRunnerAutoscaler
metadata:
name: openshift-docker-autoscaler
spec:
scaleDownDelaySecondsAfterScaleOut: 300
scaleTargetRef:
name: openshift-docker-runners
minReplicas: 1
maxReplicas: 4
metrics:
- type: PercentageRunnersBusy
scaleUpThreshold: '0.75'
scaleDownThreshold: '0.25'
scaleUpFactor: '2'
scaleDownFactor: '0.5'

0 comments on commit dce83d5

Please sign in to comment.