Skip to content

Commit

Permalink
default replicaCount = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihma committed Jul 26, 2022
1 parent 1557a96 commit 911f76c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/github-actions-runner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ description: Helm chart deploying GitHub actions runners

type: application

version: 0.3.2
version: 0.3.3
4 changes: 2 additions & 2 deletions charts/github-actions-runner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ dockerdWithinRunnerContainer: true
env: []

# Number of runners to be deployed, can be 0 if using autoscaling
replicaCount: 1
replicaCount: 0

autoscaling:
enabled: true
minReplicas: 1
minReplicas: 0
maxReplicas: 10
scaleDownDelaySecondsAfterScaleOut: 300
duration: "10m"

0 comments on commit 911f76c

Please sign in to comment.