Different port for healthcheck + public networking
0xolias
PROOP

2 years ago

Let's say my service exposes internal endpoints on port A (healthchecks, metrics) and public endpoints on port B (a GraphQL API). I'd like to use port A for healthchecks to enable zero-downtime deployments, but port B for public networking. Is this possible?

2 Replies

0xolias
PROOP

2 years ago

facd5905-ff6d-47f0-b5fc-5a10c3b0c1e1


2 years ago

its not possible at this time, you would need to reverse proxy the request from port A to port B


Loading...