Update ingress.md

This commit is contained in:
Kuat 2017-05-09 22:54:53 -07:00 committed by GitHub
parent 31b45036a9
commit 6d58a7a201
1 changed files with 4 additions and 0 deletions

View File

@ -122,6 +122,8 @@ to configure ingress behavior.
Notice that in this example we are only exposing httpbin's `/html` endpoint.
_Remark:_ Envoy currently only allows a single TLS secret in the ingress since SNI is not yet supported.
1. Access the secured httpbin service using _curl_:
```bash
@ -172,6 +174,8 @@ to set a timeout rule on calls to the httpbin service.
timeout: 3s
EOF
```
Note that you may need to change `default` namespace to the namespace of `httpbin` application.
1. Wait a few seconds, then issue the _curl_ request again: