Skip to content

Commit

Permalink
fix README links
Browse files Browse the repository at this point in the history
  • Loading branch information
comxd authored Jul 3, 2018
1 parent bdda4f3 commit 2bf515f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions staging/meteor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bf515f

Please sign in to comment.