fix README links

This commit is contained in:
David 2018-07-04 01:43:13 +02:00 committed by GitHub
parent bdda4f31e6
commit 2bf515f9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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