Skip to content

Commit

Permalink
Update 01-extract-state.md
Browse files Browse the repository at this point in the history
  • Loading branch information
foxylion authored May 13, 2019
1 parent c61d294 commit 5559ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/03-bonus/01-extract-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Copy the example `kubernetes-workshop/k8s-examples/statefulset.yml` to `k8s-file
The example is for a MySQL database, we need to do some changes:

1. Change the name, serviceName, selector and label to `postgresql`.
2. Change the docker image to `postgresql:10.5`.
2. Change the docker image to `postgres:10.5`.
3. PostgreSQL does listen on port `5432`, change the `containerPort`.
4. PostgreSQL stored data in `/var/lib/postgresql/data` change the mount point of the volume.
5. PostgreSQL uses other environment variables to configure user, password and database.
Expand Down

0 comments on commit 5559ebd

Please sign in to comment.