I have multiple services running on port 80.
I am now deploying another service which runs on port 3310 (virus scanner), if I try to use nginx I don't seem to be able to get the ports working correctly. I read somewhere that nginx only works for the standard ports.
So I've gone down the route of using a load balancer service. This works perfectly, but with the added cost of an additional IP address etc.
Is there anyway of continuing to use the nginx ingress for this non standard port? And hence removing the need for the additional external access to the cluster?