cd ~
git clone https://github.com/tektutor/receiver-ms.git
cd receiver-ms
oc apply -f receiver.yml
oc expose deploy receiver-ms
oc expose svc/receiver-ms --port=8080
You can invoke the receiver-ms by calling the route url
oc get route
cd ~
git clone https://github.com/tektutor/receiver-ms.git
cd receiver-ms
oc apply -f receiver.yml
oc expose deploy receiver-ms
oc expose svc/receiver-ms --port=8080
You can invoke the receiver-ms by calling the route url
oc get route