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
Currently, the HAProxy load balancer configuration doesn't support customization of backend options. We need to add support for customizing HAProxy backend options through metadata, specifically to enable HTTP health checks for TCP backends and custom check port configurations.
Current Behavior
Backend health checks use only the basic check option
No way to customize health check type (HTTP vs TCP)
No way to specify custom check ports different from the service port
No way to customize health check expectations (status codes, response content)
Description
Currently, the HAProxy load balancer configuration doesn't support customization of backend options. We need to add support for customizing HAProxy backend options through metadata, specifically to enable HTTP health checks for TCP backends and custom check port configurations.
Current Behavior
Current Workaround
The current workaround requires:
#* * * * * /opt/triton/clb/reconfigure
Requested Behavior
http-check expect
check port <port>
in server-templateThe text was updated successfully, but these errors were encountered: