pub const DEFAULT_INGRESS_HTTP_PORT: u16 = 80;Expand description
Default HTTP ingress port. The lone daemon IS the cluster ingress: it binds
0.0.0.0:80 so any deployed service with an HTTP endpoint is reachable on
the standard web port without per-service listener configuration.