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
2 years ago
its not possible at this time, you would need to reverse proxy the request from port A to port B