This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I am trying to move our deployment process to Cloud Deploy. We currently
have about 10 different services in the dev environment that are
deployed in parallel or independently.How can I achieve this using Cloud
Deploy?
The way I got this to work is to use deployParameters. I used a single
`service.yaml` to stand as a template then used deploy parameters
https://cloud.google.com/deploy/docs/parameters to change the attributes
using the pipeline Target.This way, I ca...
@sanderbogdan Thank you for the reply. I had consulted all these docs
prior to now and none has a clear configuration of how to parallel
deploy multiple cloud run services in the same region.I tried the
parallel deploy of multiple cloud run services ...