-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
I tried to set up the twitter-api service to have a quick look at how OpenShift works regarding deployment and routing of services, using the commands in the readme:
`oc import-image --from=registry.access.redhat.com/jboss-webserver-3/webserver30-tomcat8-openshift tomcat8 --confirm
oc new-app
https://github.com/veermuchandi/microservices-on-openshift.git
--context-dir='java-twitter-feed-api'
--image-stream='tomcat8'
--name='twitter-api' -l microservice=twittersvc
oc expose svc/twitter-api`
I can see the resulting deployment as service, pod and the route, too.
However, when I visit the resulting route, it only returns a 404.
Does the twitter-api-example rely on the other examples? What other causes could this have?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels