AutoScaleConfiguration interface
AutoScale configuration properties.
Properties
max |
The maximum number of replicas for each service. |
min |
The minimum number of replicas for each service. |
refresh |
Refresh period in seconds. |
status | If auto-scale is enabled for all services. Each service can turn it off individually. |
target |
The target utilization. |
Property Details
maxReplicas
The maximum number of replicas for each service.
maxReplicas?: number
Property Value
number
minReplicas
The minimum number of replicas for each service.
minReplicas?: number
Property Value
number
refreshPeriodInSeconds
Refresh period in seconds.
refreshPeriodInSeconds?: number
Property Value
number
status
If auto-scale is enabled for all services. Each service can turn it off individually.
status?: string
Property Value
string
targetUtilization
The target utilization.
targetUtilization?: number
Property Value
number