Update image path

This commit is contained in:
paigehargrave 2019-02-22 13:45:42 -05:00 committed by GitHub
parent fcb139ef24
commit d9fc359655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ dockerdemo-ingress dockerdemo.app.docker.example.com 80 7d
Assuming you have already registered a DNS record for your application pointing to the external load-balancer fronting the `infra` nodes, you should be able to access your application using the URL.You can also scale the docker demo deployment to test how ingress correctly routes traffic to all the backend pods!
![dockerdemo.png](img/dockerdemo.png)
![dockerdemo.png](../images/dockerdemo.png)
## Check your deployment