Hi, in cloud run, when mapping custom domains to a service I'm getting the CNAME (ghs.googlehosted.com.). This is the case for app.mydomain.com, dev-app.mydomain.com or stage-app.mydomain.com
However, when attempting to map stg-app.mydomain.com, I am receiving A and AAAA records instead. While this setup works fine, I would prefer to have a CNAME record for consistency across all mapped addresses.
Digging for the cause, I noticed that the stg-app subdomain is listed as verified.
$ gcloud domains list-user-verified
ID
mydomain.nl
stg-mydomain.edups.nl
I would like to remove the subdomain from the list of user verified domains, and hopefully this way to get a CNAME for the mapping. I have not found relevant documentation on how to do this.
In Google Search Console, only mydomain.com is verified, which might be relevant to this issue. I am not using App Engine or Google Domains.
Any insights or suggestions would be greatly appreciated!
Cheers,
rfl