mirror of https://github.com/istio/istio.io.git
Update egress.md
This commit is contained in:
parent
6d58a7a201
commit
6e4bed1855
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue