From 2bf515f9af6d417f4ba134fe562ca1f777615c9d Mon Sep 17 00:00:00 2001 From: David Date: Wed, 4 Jul 2018 01:43:13 +0200 Subject: [PATCH] fix README links --- staging/meteor/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/staging/meteor/README.md b/staging/meteor/README.md index 781b8e99c..2f6a63047 100644 --- a/staging/meteor/README.md +++ b/staging/meteor/README.md @@ -121,15 +121,15 @@ gcloud compute disks create --size=200GB mongo-disk Now you can start Mongo using that disk: ``` -kubectl create -f examples/meteor/mongo-pod.json -kubectl create -f examples/meteor/mongo-service.json +kubectl create -f examples/staging/meteor/mongo-pod.json +kubectl create -f examples/staging/meteor/mongo-service.json ``` Wait until Mongo is started completely and then start up your Meteor app: ``` -kubectl create -f examples/meteor/meteor-service.json -kubectl create -f examples/meteor/meteor-controller.json +kubectl create -f examples/staging/meteor/meteor-service.json +kubectl create -f examples/staging/meteor/meteor-controller.json ``` Note that [`meteor-service.json`](meteor-service.json) creates a load balancer, so