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
|
||||
spec:
|
||||
hosts:
|
||||
- "*"
|
||||
- "httpbin.example.com"
|
||||
gateways:
|
||||
- httpbin-gateway
|
||||
http:
|
||||
|
|
Loading…
Reference in New Issue