use a specific host instead of "*" wildcard (#1346)

This commit is contained in:
Vadim Eisenberg 2018-05-24 17:49:50 +03:00 committed by Frank Budinsky
parent 64125ee494
commit 12a6355c2a
1 changed files with 1 additions and 1 deletions

View File

@ -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: