acceptance,e2e: Let capacity reservation expired more later
This commit is contained in:
parent
5bc16f2619
commit
1463d4927f
|
|
@ -57,7 +57,7 @@ spec:
|
||||||
scaleUpTriggers:
|
scaleUpTriggers:
|
||||||
- githubEvent: {}
|
- githubEvent: {}
|
||||||
amount: 1
|
amount: 1
|
||||||
duration: "1m"
|
duration: "10m"
|
||||||
minReplicas: ${RUNNER_MIN_REPLICAS}
|
minReplicas: ${RUNNER_MIN_REPLICAS}
|
||||||
maxReplicas: 10
|
maxReplicas: 10
|
||||||
scaleDownDelaySecondsAfterScaleOut: ${RUNNER_SCALE_DOWN_DELAY_SECONDS_AFTER_SCALE_OUT}
|
scaleDownDelaySecondsAfterScaleOut: ${RUNNER_SCALE_DOWN_DELAY_SECONDS_AFTER_SCALE_OUT}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue