ingressHttpNodePort property

int? ingressHttpNodePort
getter/setter pair

NodePort for ingress service's http.

The ingress service in the admin cluster is implemented as a Service of type NodePort (ex. 32527).

Implementation

core.int? ingressHttpNodePort;