spring-cloud-dataflow-server-openshift creates a route with '.' instead of '-' creating a subdomain in the namespace.
Openshift uses '-' as a separator between the namespace name and the service name when naming routes created with oc expose svc [service_name], or on the web console .
Temporary measure is to delete the route created by SCDF and recreate it with Openshift facilities.
As reported here https://github.com/donovanmuller/spring-cloud-dataflow-server-openshift/issues/26
spring-cloud-dataflow-server-openshift creates a route with '.' instead of '-' creating a subdomain in the namespace. Openshift uses '-' as a separator between the namespace name and the service name when naming routes created with oc expose svc [service_name], or on the web console . Temporary measure is to delete the route created by SCDF and recreate it with Openshift facilities.
spring-cloud-dataflow-server-openshift example http://service.namespace.mydomain.com
openshift default http://service-namespace.mydomain.com