You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
as per #90 a healthcheck endpoint can be requested on the controller, however the path is hardcoded as /nginx-health. This means that in an environment using multiple ingress controllers or different balancers any monitoring systems have to have different paths for different endpoints.
Describe the solution you'd like
I'd like to be able to specify the health-check path through annotation (as suggested on #90) so that I can choose my own endpoint and make it consistent across our ecosystem of different balancer tools.
Describe alternatives you've considered
Patching the code directly and forking my own ingress controller
Switching to a totally different ingress controller
Forcing all my other (non-nginx) balancers to use the nginx-health as a status path
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
as per #90 a healthcheck endpoint can be requested on the controller, however the path is hardcoded as
/nginx-health
. This means that in an environment using multiple ingress controllers or different balancers any monitoring systems have to have different paths for different endpoints.Describe the solution you'd like
I'd like to be able to specify the health-check path through annotation (as suggested on #90) so that I can choose my own endpoint and make it consistent across our ecosystem of different balancer tools.
Describe alternatives you've considered
nginx-health
as a status pathThe text was updated successfully, but these errors were encountered: