how to deploy on Google Cloud Run?
# talk-hydra
w
how to deploy on Google Cloud Run?
f
You either need two instances one that is publicly available to serve public endpoints and another to serve private/admin endpoints. (or one instance with an HTTP router in front of it that can apply permissions as necessary)
n
Just create a Dockerfile that inherits from hydra image Pass to Cloud run an set one instance in port 4444 and another in 4445