I am trying to map a domain name for google cloud run service running in 'asia-south1' region. But as per cloud run domain mapping limitations it is not possible use cloud run domain mappings in 'asia-south1' region.
So document suggested to set up a custom domain by configuring an HTTP(s) load balancer
I did that configuration but both ip address and mapped domain to ip address are throwing 'Bad Request (400)' error.
What mistake I have made? How should I solve this?
Thanks in advance!