There is no load-balanced flavor. Every caller — temporal-worker,
utila-cosigner, internal-dashboard — passed loadbalancerDisabled: true, so
the target group, listener and listener-rule branch and the seven args that
fed it were unreachable. The union that type-gated them gated nothing.
HTTP ingress to a Fargate service now arrives through the cloudflared
connector (see extraIngressCidrs), not an ALB this component owns. A
service that genuinely needs one should bring it back deliberately, with a
call site, rather than inherit a path nothing has exercised.
There is no load-balanced flavor. Every caller — temporal-worker, utila-cosigner, internal-dashboard — passed
loadbalancerDisabled: true, so the target group, listener and listener-rule branch and the seven args that fed it were unreachable. The union that type-gated them gated nothing.HTTP ingress to a Fargate service now arrives through the cloudflared connector (see
extraIngressCidrs), not an ALB this component owns. A service that genuinely needs one should bring it back deliberately, with a call site, rather than inherit a path nothing has exercised.