Skip to content

Commit 5559ebd

Browse files
authored
Update 01-extract-state.md
1 parent c61d294 commit 5559ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/03-bonus/01-extract-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Copy the example `kubernetes-workshop/k8s-examples/statefulset.yml` to `k8s-file
3939
The example is for a MySQL database, we need to do some changes:
4040

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

0 commit comments

Comments
 (0)