Skip to content

Commit 991b35f

Browse files
authored
Update service name in example of Name based virtual hosting
`service2` is mapped to `second.bar.com` in the given example ``` - host: second.bar.com http: paths: - pathType: Prefix path: "/" backend: service: name: service2 port: number: 80 ```
1 parent f04b9d6 commit 991b35f

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)