With fully managed Cloud Run connected to a VPC with a Serverless VPC Accessor, does all outbound traffic from Cloud Run go through that connector, or only traffic destined for RFC 1918 addresses?
If only for private IPs, how can I configure Cloud Run to send all of its outbound requests into the VPC?
(Note - with Cloud Functions there is an option to route all traffic or only private IPs through the connector - reference )