Skip to content

twitter-api route returning 404 #5

@naumannt

Description

@naumannt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions