Skip to content

Commit

Permalink
Explain port change
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
  • Loading branch information
Lorenzo Manacorda committed Jan 30, 2018
1 parent 82a72cd commit 06932f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ After the Habitat operator is up and running, execute the following command from
This will create a [Kubernetes Secret](https://kubernetes.io/docs/concepts/configuration/secret/) with the configurations and a Redis database.
Initially the Redis database is configured to be in protected mode. Because we override this with the Secret we just created, our db will not be in this mode anymore.

By default, Redis listens on port 6379, but we change this to 6999 by mounting a
Secret as a file under `/hab/user/redis/config/user.toml` inside the Pod.

The web app is listening on port `30001`. When running on minikube, its IP can
be retrieved with `minikube ip`.

Expand Down

0 comments on commit 06932f6

Please sign in to comment.