#how to put cloudflare in front of google cloud run webapp?

11 messages · Page 1 of 1 (latest)

vapid edge
#

(so that the website that runs on my domain would be cached and cloud run would get hit less)

ps: why am i posting this instead of googling? i tried but there's no clear answer specific to cloud run

vapid edge
#

note: the domain is already on cloudflare dns and also uses cloudflare emails

dusty cape
#

enable proxy

#

it really should not be different than any other origin

vapid edge
#

thanks, can i just use my cloud run project subdomain and create a dns record and enable proxy?

dusty cape
#

that should be it

vapid edge
#

no static ip address required? that's cool if this was the solution

#

(btw should it be cname or a record?)

dusty cape
#

ideally it would have its own ip, but if its a cname, that should work at long as app run will let that happen

#

A record if its an ip

#

cname if its a hostname