diff --git a/README.md b/README.md
index 8224fd426344b7824660871efc9426b15c65bf93..62b630adde8583f68e86305c9bdf619595233d40 100644
--- a/README.md
+++ b/README.md
@@ -136,3 +136,8 @@ $ kubectl -n dspace-dev port-forward dspace-postgresql-1806947503-qw8q4 5432:543
 now we are able to connect to localhost:5432
 ![pgAdmin_connect](pgadmin_1.png)
 ![pgAdmin_showTables](pgadmin_2.png)
+
+```console
+$ kubectl -n dspace-dev create -f postgresql-service.yaml
+service "dspace-postgresql" created
+```
\ No newline at end of file