Update egress.md

This commit is contained in:
Kuat 2017-05-09 23:19:56 -07:00 committed by GitHub
parent 6d58a7a201
commit 6e4bed1855
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,8 @@ from within your Istio cluster. In this task we will use
externalName: httpbin.org
ports:
- port: 80
# important to set protocol name
name: http
EOF
```
@ -60,6 +62,8 @@ from within your Istio cluster. In this task we will use
externalName: www.google.com
ports:
- port: 443
# important to set protocol name
name: http
EOF
```