Skip to content

Commit b7a8bdc

Browse files
Templumalexellis
authored andcommitted
Clarified note
Signed-off-by: Simon Pelczer <[email protected]>
1 parent feeba19 commit b7a8bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/autoscaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The minimum (initial) and maximum replica count can be set at deployment time by
2020

2121
* `com.openfaas.scale.max` The current default value is `20` for 20 replicas
2222

23-
> Note: Setting `com.openfaas.scale.max=1` allows to disable the auto-scaling functionality of openfaas.
23+
> Note: Setting `com.openfaas.scale.min` and `com.openfaas.scale.max` to the same value, allows to disable the auto-scaling functionality of openfaas.
2424
2525

2626
For each alert fired the auto-scaler will add 5 replicas, but we are currently working on making the step configurable as a pre-defined step or proportional percentage. Once an alert is resolved due to a lower load than is needed for scaling the replica count will be scaled to the minimum replica count.

0 commit comments

Comments
 (0)