813e0b6d417e045d843eb060066b760bd14fc9f2
Expose non-HTTP protocols via NodePorts. Remove unnecessary and non-functional routes for those protocols. Also remove unused ports from the Service, to avoid exhausting the limited NodePort space. Create a single route for the web console.
@rayson @mkovarik Please take a look.
Why NodePorts are used? Pods inside project can access services directly. What is scenario for using NodePorts?
It's so that this service can be accessed from outside the project where it is running. It's the same use-case as using Routes to expose a http/https service, but for non-http traffic.
Pull-Request has been merged by mikeb
Expose non-HTTP protocols via NodePorts. Remove unnecessary and non-functional routes
for those protocols. Also remove unused ports from the Service, to avoid exhausting
the limited NodePort space. Create a single route for the web console.