mirror of https://github.com/istio/istio.io.git
use a specific host instead of "*" wildcard (#1346)
This commit is contained in:
parent
64125ee494
commit
12a6355c2a
|
@ -148,7 +148,7 @@ In the following subsections we configure a `Gateway` on port 80 for unencrypted
|
||||||
name: httpbin
|
name: httpbin
|
||||||
spec:
|
spec:
|
||||||
hosts:
|
hosts:
|
||||||
- "*"
|
- "httpbin.example.com"
|
||||||
gateways:
|
gateways:
|
||||||
- httpbin-gateway
|
- httpbin-gateway
|
||||||
http:
|
http:
|
||||||
|
|
Loading…
Reference in New Issue