Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Oct 7, 2016
1 parent 4cfb6da commit 5824c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/autoscaling.yaml
Expand Up @@ -37,7 +37,7 @@ SenzaComponents:
# scale three instances up at a time (if set, it overwrites the ScalingAdjustment value for scaling up)
ScaleUpAdjustment: 3
# scale one instance down at a time (if set, it overwrites the ScalingAdjustment value for scaling down)
ScaleUpAdjustment: 1
ScaleDownAdjustment: 1
# after scaling, suspend further scaling activities
# for 30 minutes (1800 seconds)
# Can be overwritten by scale up/down specific values
Expand Down

0 comments on commit 5824c74

Please sign in to comment.