I own a domain in google domains. I run a cloud run "fully managed" service under the same google account.
When someone types in my custom domain I want them to end up at my cloud service but I want them to see the custom domain in the url bar. However although I have followed the instructions on https://cloud.google.com/run/docs/mapping-custom-domains although the user gets redirected they see the cloud run service url rather than the custom domain.
My current config is as follows:
In gsuite At https://admin.google.com/ac/domains/manage I have configured the naked domain to redirect to www version
In cloud run under custom domains I have mapped my naked domain (got set of A and AAAA records to add as custom resource records in google domains) and www version (got cname ghs.googlehosted.com. record to add to custom resource records in google domains) to cloud run service.
3)In google domains under synthetic records enabled gsuite and in custom resource records have added above records.
Getting very frustrated as I cannot get the cloud run service to show the custom domain.
Pleas help. Thank you.