Hi@akhtar,
You need to create a service to expose your deployment. Create a service by exposing the deployment for your application. You can use the below command.
$ oc expose deployment/hello-limit --port 80 --target-port 8080
service/hello-limit exposed