You need to revert your Cloud Run service prod-service to a previous revision prod-service-00004 without downtime. Which approach is best?
AStop the service and redeploy <code>prod-service-00004</code> manually
BDelete all newer revisions and redeploy <code>prod-service-00004</code>
CDeploy a new revision with the same image as <code>prod-service-00004</code> and delete the old revision
DUpdate traffic routing to send 100% traffic to <code>prod-service-00004</code> using <code>gcloud run services update-traffic</code>