jkube
jkube copied to clipboard
Route Generation should support 8443 as default web port
Description
https://www.eclipse.org/jkube/docs/openshift-maven-plugin#resource-route-generation mentioned that 80, 443, 8080, 9080, 9090, 9443 are recognized by service and automatically be exposed. I think the port "8443" should be included as one of the recognized web ports
Info
- Eclipse JKube version : 1.7.0
-
Kubernetes / Red Hat OpenShift setup and version : OpenShift 3.11
-
If it's a feature request, what is your use case : If the running service port 8443, manual "oc expose service my-service" will create the route with mapping port 8443 as well.