Skip to content

Commit

Permalink
Update expose-app.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshasiddiqa161 authored Jul 13, 2023
1 parent bb37efd commit 2ec98fe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ To create a service:

1. Let's go to the services under the networking section in your namespace

![`find svc`](images/svc.png)
![find service](images/svc.png)

Here we can see that the service named by review is created. Take a look at the pod selector and location, the service has exposed our review pod on the port `8080`.
Here we can see that the service named by review is created. Take a look at the pod selector and location, the service has exposed our review pod on port `8080`.

## Expose your application to external traffic via route

Expand Down Expand Up @@ -89,7 +89,7 @@ OpenShift provides a routing mechanism called "routes" that allows you to expose

![review-route](images/review-route.png)

Here you can see the route and the service that is accociated to it.
Here you can see the route and the service that is associated with it.

1. At the end of the route add `/api/review/329199`

Expand Down

0 comments on commit 2ec98fe

Please sign in to comment.