Scale interface
Container App scaling configurations.
Properties
max |
Optional. Maximum number of container replicas. Defaults to 10 if not set. |
min |
Optional. Minimum number of container replicas. |
rules | Scaling rules. |
Property Details
maxReplicas
Optional. Maximum number of container replicas. Defaults to 10 if not set.
maxReplicas?: number
Property Value
number
minReplicas
Optional. Minimum number of container replicas.
minReplicas?: number
Property Value
number