Change minRunners behavior and fix the new listener min runners (#3139)

This commit is contained in:
Nikola Jokic
2023-12-13 19:39:21 +01:00
committed by GitHub
parent 0fd8eac305
commit f7eb88ce9c
6 changed files with 125 additions and 12 deletions

View File

@@ -39,7 +39,8 @@ githubConfigSecret:
## maxRunners is the max number of runners the autoscaling runner set will scale up to.
# maxRunners: 5
## minRunners is the min number of runners the autoscaling runner set will scale down to.
## minRunners is the min number of idle runners. The target number of runners created will be
## calculated as a sum of minRunners and the number of jobs assigned to the scale set.
# minRunners: 0
# runnerGroup: "default"