Skip to content

Commit

Permalink
Added example curl call
Browse files Browse the repository at this point in the history
  • Loading branch information
sharma-rohit committed Feb 25, 2018
1 parent 941cfc4 commit e020074
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
9. To redirect traffic from the domain "distributed-cache.com" stated in ingress.yaml to our minikube cluster run:

`echo "$(minikube ip) distributed-cache.com" | sudo tee -a /etc/hosts`


Check if it's working:

`curl -v distributed-cache.com/cache-data/2055e73f-7db8-49ce-9eb6-3f9d80525284`

0 comments on commit e020074

Please sign in to comment.