I have a Django project running with google cloud run in 'us-west1' region. I want to switch that region to 'asia-south1', How is that possible?
Project should run through 'asia-south1' region so that response time will get reduced. ( I don't need multi-region facility, as all my customers belongs to that region only)
I have seen such functionality in a compute engine at following link
changing_the_default_region_or_zone
But I am looking a solution for cloud run service.
Thanks in advance!