Skip to content

Commit

Permalink
Fix mismatched hostnames in documentation (#12026)
Browse files Browse the repository at this point in the history
Match hostnames in description to example. `service2` in the description matches `second.foo.com` in the example.
  • Loading branch information
fladrif authored and k8s-ci-robot committed Jan 8, 2019
1 parent 4f189af commit 5e96f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/services-networking/ingress.md
Expand Up @@ -294,7 +294,7 @@ spec:
If you create an ingress resource without any hosts defined in the rules, then any
web traffic to the IP address of your ingress controller can be matched without a name based
virtual host being required. For example, the following ingress resource will route traffic
requested for `first.bar.com` to `service1`, `second.bar.com` to `service2`, and any traffic
requested for `first.bar.com` to `service1`, `second.foo.com` to `service2`, and any traffic
to the IP address without a hostname defined in request (that is, without a request header being
presented) to `service3`.

Expand Down

0 comments on commit 5e96f9a

Please sign in to comment.