What's the right way to set the `NodePort` port nu...
# random
n
What's the right way to set the
NodePort
port number for a
FlinkDeployment
resource?
The only option I see available is
kubernetes.rest-service.exposed.type
which doesn't seem like it lets me control the port used for the nodeport
Browsing through source code really makes this seem like it changes out from under you every time you deploy in native mode.
Seems like only way to do it is a more complicated ingress setup 😞