mirror of https://github.com/istio/istio.io.git
Update ingress.md
This commit is contained in:
parent
aa610ca2d1
commit
23852ae5f2
|
|
@ -48,7 +48,7 @@ to configure ingress behavior.
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
Notice that in this example we are only exposing httpbin's `/headers` and `/delay` endpoints.
|
Notice that in this example we are only exposing httpbin's two endpoints: `/headers` as an exact URI path and `/delay/` using an URI prefix.
|
||||||
|
|
||||||
1. Determine the ingress URL:
|
1. Determine the ingress URL:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue