We have recently noticed that Pulumi is not proper...
# google-cloud
g
We have recently noticed that Pulumi is not properly setting the autoscale properties for our Cloud Run services. In Production, we wanted a min scale of 1, but recently had an outage and found it turned one of our services into a min scale of 0.
Have there been any changes to this part of the Pulumi stack recently?
FWIW, we were able to fix this by setting the CloudRun service to specify a minimum container count in addition to the revision having a minimum container count.