currently we are using GCP global Loadbalancer with serverless backend with Cloud Run services. All services are deployed in one project per env dev/test/prod and split into multiple regions with loadbalancer in prod project.
Issue is that we'd like to have separate project for each set of services that each team have own space for services. This will allow us to better manage IAM and handle issues in error reporting.
Is it possible to have one project for load balancer and X projects for teams with cloud run connected to this loadbalancer?