From 0e2fbd8c66b80ff2892bff431f92ae9fa2c76341 Mon Sep 17 00:00:00 2001 From: brennv Date: Tue, 12 Apr 2016 08:37:00 -0700 Subject: [PATCH] Minor edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a997a64..f69cd5a 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ The `-e` flag sets the environment variables we want used in the configuration o Running `oc status` or checking the web console will reveal the address of the newly created MongoDB: - In project nodejs-echo2 on server https://10.2.2.2:8443 + In project nodejs-echo on server https://10.2.2.2:8443 svc/mongodb-26-centos7 - 172.30.0.112:27017 dc/mongodb-26-centos7 deploys istag/mongodb-26-centos7:latest @@ -170,7 +170,7 @@ We need to add the environment variable `MONGO_URL` to our Node.js web app so th Then check `oc status` to see that an updated deployment has been kicked off: - In project nodejs-echo2 on server https://10.2.2.2:8443 + In project nodejs-echo on server https://10.2.2.2:8443 svc/mongodb-26-centos7 - 172.30.0.112:27017 dc/mongodb-26-centos7 deploys istag/mongodb-26-centos7:latest