We have a set of services deployed on google run platform managed for a web application and whenever there is no traffic, it seems the services go to sleep and then it takes a long time to wake them up whenever new traffic comes in. Is there a way to keep at least one instance of the services alive without having to fake traffic by regularly sending queries to those containers? The option is disabled in the UI and in the command line the only option available seems to be when running anthos cluster, not fully managed: https://cloud.google.com/sdk/gcloud/reference/run/deploy#--min-instances
We are using the following command to deploy our services: