I have two projects in google cloud.
- One for DNS management and load balancing.
- The other one has cloud run services.
Now I need to use this load balancer to route to cloud run services. So I, - created an internet Network Endpoint Group in the load-balancer project to point to FQDN of cloud run.
- Then created custom domain route rule to route to the created internet NEG which in turn routes to cloud run.
Now, my problem is- I can’t route it without using the host header and setting that to the FQDN of cloud run. But I depend on the actual host in my service. How to solve for that?