Skip to content

Commit b74478c

Browse files
authored
Merge pull request #26185 from piyushjain18/patch-1
Update service name in example of Name based virtual hosting
2 parents 7706f6f + 991b35f commit b74478c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ web traffic to the IP address of your Ingress controller can be matched without
378378
virtual host being required.
379379

380380
For example, the following Ingress routes traffic
381-
requested for `first.bar.com` to `service1`, `second.foo.com` to `service2`, and any traffic
381+
requested for `first.bar.com` to `service1`, `second.bar.com` to `service2`, and any traffic
382382
to the IP address without a hostname defined in request (that is, without a request header being
383383
presented) to `service3`.
384384

0 commit comments

Comments
 (0)