Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wahlin authored and Dan Wahlin committed Mar 22, 2019
1 parent e37d38f commit df0b4e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ NOTE: You'll need to wait since it'll take a little bit for the DB to start up s
to the local storage volume, initialize the DB, and seed the database. Wait around 45 - 60 seconds and then hit refresh
a few times. Once everything is loaded and ready you should see data in the app.

1. When you're done run `kubectl delete -f .k8s` to delete the Kubernetes resources. Not that the volume mentioned earlier will still be there
so you'll have to manully clean up the data/db folder.

This demo includes a LoadBalancer service for nginx which is why you can hit http://localhost.
To expose a specific port for localhost for the nginx Pod, get the name of the `nginx` pod by running
`kubectl get pods` and use the pod name in the following command:
Expand Down

0 comments on commit df0b4e7

Please sign in to comment.