-
Bug
-
Resolution: Done
-
Major
-
FIS 1.0 - OpenShift Fuse 3.1-GA
-
None
-
%
Using 'new-app' with any quickstart that exposes a service results in a broken app due to the following missing pieces:
- DeploymentConfig is missing port definition for HTTP service port
- Service definition is missing port definition for HTTP service port
- No route definition is created to expose the service outside of OpenShift
We should really create templates for the user and include them in the quickstart/archetype so that a user can do:
oc create -f [quickstart-template.json]
oc new-app [quickstart template name]
Would be a good idea to parameterize things the user might want to change (e.g. git url).