Description
Problem statement
#1407 introduced support for NodePort
as an option for ingress DataPlane
's ingress Service
type
.
This issue tracks the implementation of support for selecting the node port to allocate.
Acceptance criteria
- As a user I can select the node port to allocate when I use
spec.network.services.ingress.type=NodePort
.