For now, OpenShift routes are created using the default URI schema handled by the Router.
That is because whenever I try adding a custom hostname in templates, OpenShift complains about not being possible to modify the spec.host field of Route for security reasons.
For now, OpenShift routes are created using the default URI schema handled by the Router. That is because whenever I try adding a custom hostname in templates, OpenShift complains about not being possible to modify the
spec.host
field of Route for security reasons.Will have to investigate...