Merge pull request #26185 from piyushjain18/patch-1
Update service name in example of Name based virtual hosting
This commit is contained in:
@@ -378,7 +378,7 @@ web traffic to the IP address of your Ingress controller can be matched without
|
|||||||
virtual host being required.
|
virtual host being required.
|
||||||
|
|
||||||
For example, the following Ingress routes traffic
|
For example, the following Ingress routes traffic
|
||||||
requested for `first.bar.com` to `service1`, `second.foo.com` to `service2`, and any traffic
|
requested for `first.bar.com` to `service1`, `second.bar.com` to `service2`, and any traffic
|
||||||
to the IP address without a hostname defined in request (that is, without a request header being
|
to the IP address without a hostname defined in request (that is, without a request header being
|
||||||
presented) to `service3`.
|
presented) to `service3`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user