Skip to content

cloudrun instance fails tcp healthcheck #2844

Discussion options

You must be logged in to vote

I'm not familiarized with Cloudrun, but if you can configure your Probes, you can use PostgREST's Health Check endpoint. You'll need to add the env to the pgrest-1 container, e.g. PGRST_ADMIN_SERVER_PORT=3001, then the ready check should be done to the ready endpoint, that is localhost:3001/ready (not the default port 3000).

Also check that the ports are correctly mapped, maybe Probe uses the mapped ports to check?

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by araji-collibra
Comment options

You must be logged in to vote
1 reply
@laurenceisla
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants