Skip to content

fix(cloud run): min/max instance keep last value if undefined

Marco Wettstein requested to merge fix-cloud-run-instance-number into main

this change always sets min/max instances explicitly based on googles default values (0, 100)

without specify them explicitly, they won't change back to the default if you remove the setting

Merge request reports