Skip to content

Commit

Permalink
examples: Change webserver port to 30001 in README
Browse files Browse the repository at this point in the history
5555 is the port on the Pod, whereas 30001 is the one accessible on the
Node.

Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
  • Loading branch information
Lorenzo Manacorda committed Oct 23, 2017
1 parent 3dc23c5 commit dfc5f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/bind-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ kubectl create -f examples/bind-config/habitat.yml

This will deploy two `Habitat`s, a simple HTTP server written in Go that will be bound to a PostgreSQL database. The Go server will display the database port number that was overriden by the initial configuration.

When running on minikube, it can be accessed under port `5555` of the minikube VM. `minikube ip` can be used to retrieve the IP.
When running on minikube, it can be accessed under port `30001` of the minikube VM. `minikube ip` can be used to retrieve the IP.
2 changes: 1 addition & 1 deletion examples/bind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ kubectl create -f examples/bind/habitat.yml

This will deploy two `Habitat`s, a simple HTTP server written in Go that will be bound to a PostgreSQL database. The Go server will display the port number the database listens on.

When running on minikube, it can be accessed under port `5555` of the minikube VM. `minikube ip` can be used to retrieve the IP.
When running on minikube, it can be accessed under port `30001` of the minikube VM. `minikube ip` can be used to retrieve the IP.

0 comments on commit dfc5f0b

Please sign in to comment.