contour icon indicating copy to clipboard operation
contour copied to clipboard

Add support for Envoy CustomResponse LocalReply in HTTPProxy CRDs

Open usiegj00 opened this issue 6 months ago • 7 comments

This change enables Contour HTTPProxy CRDs to support matching internal response codes and replacing them with custom user-provided responses. This is particularly useful for cases where pods selected by a service are not-ready, allowing custom pages to be shown instead of the default 503 Unhealthy Upstream response.

Fixes #320

usiegj00 avatar Mar 27 '25 20:03 usiegj00