Is it posible to expose 5001 (HTTP) and 5672 (TCP) ports in a Cloud Run Service?
问题 I am setting up a solution in Google Cloud. I need a RabbitMQ queue broker and a WebAPI developed in .NET Core 2.2. The idea is for the WebAPI to connect to RabbitMQ to receive messages. I have mounted RabbitMQ with GKE in a cluster of kubernetes with RabbitMQ Cluster, obtained in Marketplace. I have mounted the WebAPI in Cloud Run. Both components are raised in a standard way, without any particularity for publication. The WebAPI uses port 5001 for HTTP traffic, and apparently the listener