When we change labels
for existing CLoud Run serivces
using gcloud
command , it does a deployment
as well as revision
change
$gcloud run services update test --update-labels env=prod,test=test1
✓ Deploying... Done.
✓ Creating Revision...
✓ Routing traffic...
Done.
Service [test1] revision [test1-00003-wik] has been deployed and is serving 100 percent of traffic at https://test1-ukliefksia-uc.a.run.app
Does it cause downtime during label only change without any code change ? It seems traffic is routed and so no downtime for application . Please confirm