From 5104b3e802918b9f6fc959af95cccd2d6fd8bfaf Mon Sep 17 00:00:00 2001 From: Cattani Luca <luca.cattani@eurac.edu> Date: Tue, 3 Oct 2017 14:44:38 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8224fd4..62b630a 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   + +```console +$ kubectl -n dspace-dev create -f postgresql-service.yaml +service "dspace-postgresql" created +``` \ No newline at end of file -- GitLab