Service Template Scaling Args
data class ServiceTemplateScalingArgs(val maxInstanceCount: Output<Int>? = null, val minInstanceCount: Output<Int>? = null) : ConvertibleToJava<ServiceTemplateScalingArgs>
Properties
Link copied to clipboard
Maximum number of serving instances that this resource should have. Must not be less than minimum instance count. If absent, Cloud Run will calculate a default value based on the project's available container instances quota in the region and specified instance size.
Link copied to clipboard
Minimum number of instances for the service, to be divided among all revisions receiving traffic.