We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61d294 commit 5559ebdCopy full SHA for 5559ebd
docs/tutorial/03-bonus/01-extract-state.md
@@ -39,7 +39,7 @@ Copy the example `kubernetes-workshop/k8s-examples/statefulset.yml` to `k8s-file
39
The example is for a MySQL database, we need to do some changes:
40
41
1. Change the name, serviceName, selector and label to `postgresql`.
42
-2. Change the docker image to `postgresql:10.5`.
+2. Change the docker image to `postgres:10.5`.
43
3. PostgreSQL does listen on port `5432`, change the `containerPort`.
44
4. PostgreSQL stored data in `/var/lib/postgresql/data` change the mount point of the volume.
45
5. PostgreSQL uses other environment variables to configure user, password and database.
0 commit comments