Settings for revision-level scaling settings.
| JSON representation |
|---|
{ "minInstanceCount": integer, "maxInstanceCount": integer, "cpuUtilization": number, "concurrencyUtilization": number } |
| Fields | |
|---|---|
minInstanceCount |
Optional. Minimum number of serving instances that this resource should have. |
maxInstanceCount |
Optional. Maximum number of serving instances that this resource should have. When unspecified, the field is set to the server default value of 100. For more information see https://cloud.google.com/run/docs/configuring/max-instances |
cpuUtilization |
Optional. Determines a threshold for CPU utilization before scaling begins. Accepted values are between |
concurrencyUtilization |
Optional. Determines a threshold for concurrency utilization before scaling begins. Accepted values are between |