Skip to content

Commit

Permalink
Merge pull request #724 from davidstack/master
Browse files Browse the repository at this point in the history
change the directory of default-backend.yaml
  • Loading branch information
aledbf authored May 17, 2017
2 parents 5b37a67 + 7321704 commit bc6112b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ ./nginx-ingress-controller --running-in-cluster=false --default-backend-servic

First create a default backend:
```
$ kubectl create -f examples/default-backend.yaml
$ kubectl create -f examples/deployment/nginx/default-backend.yaml
$ kubectl expose rc default-http-backend --port=80 --target-port=8080 --name=default-http-backend
```

Expand Down

0 comments on commit bc6112b

Please sign in to comment.