Skip to content

Commit 9911912

Browse files
committed
Fix imprecise statements for virtual hosting example
1 parent f7b9625 commit 9911912

File tree

1 file changed

+1
-3
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-3
lines changed

content/en/docs/concepts/services-networking/ingress.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,7 @@ web traffic to the IP address of your Ingress controller can be matched without
485485
virtual host being required.
486486

487487
For example, the following Ingress routes traffic
488-
requested for `first.bar.com` to `service1`, `second.bar.com` to `service2`, and any traffic
489-
to the IP address without a hostname defined in request (that is, without a request header being
490-
presented) to `service3`.
488+
requested for `first.bar.com` to `service1`, `second.bar.com` to `service2`, and any traffic whose request host header doesn't match `first.bar.com` and `second.bar.com` to `service3`.
491489

492490
{{< codenew file="service/networking/name-virtual-host-ingress-no-third-host.yaml" >}}
493491

0 commit comments

Comments
 (0)