I know this is not a big issue, but still confused. I noticed two different defaults for client-proxy health port:
The Nomad job sets HEALTH_PORT from NOMAD_PORT_health, so deployments using the module can work with 3001. However, the binary default and some self-hosted deployments
appear to use 3003.
If not intentional, we can align either the binary default or the IaC default to 3001.
I know this is not a big issue, but still confused. I noticed two different defaults for client-proxy health port:
HEALTH_PORTdefault is3003health_portdefault is3001client_proxy_health_port.portdefault is also3001The Nomad job sets
HEALTH_PORTfromNOMAD_PORT_health, so deployments using the module can work with3001. However, the binary default and some self-hosted deploymentsappear to use
3003.If not intentional, we can align either the binary default or the IaC default to
3001.