minInstances property

int? minInstances
getter/setter pair

Number of Cloud Run instances to maintain at minimum for each Cloud Run Service.

By default, there are no minimum. Even if the service splits traffic across multiple revisions, the total number of instances for a service will be capped at this value.

Optional.

Implementation

core.int? minInstances;