Templates autoscaling update
Usage #
aioli templates autoscaling update [-h] [--name NAME]
[--description DESCRIPTION]
[--autoscaling-min-replicas AUTOSCALING_MIN_REPLICAS]
[--autoscaling-max-replicas AUTOSCALING_MAX_REPLICAS]
[--autoscaling-metric AUTOSCALING_METRIC]
[--autoscaling-target AUTOSCALING_TARGET]
templatename
Full Example #
aioli templates autoscaling update TEMPLATENAME --name VALUE --description VALUE --autoscaling-min-replicas VALUE --autoscaling-max-replicas VALUE --autoscaling-metric VALUE --autoscaling-target VALUE
Options: #
The name of the autoscaling template.
–name #
The name of the autoscaling template. Must begin with a letter, but may contain letters, numbers, underscore, and hyphen.
–description #
Description of the autoscaling template.
–autoscaling-min-replicas #
Minimum number of replicas.
–autoscaling-max-replicas #
Maximum number of replicas.
–autoscaling-metric #
Metric name which controls autoscaling. Possible values include concurrency, rps, cpu, or memory.
–autoscaling-target #
Metric target value.