Skip to content

Commit

Permalink
fix(typo): pluralize provider (kubernetes#9346)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatupesonen authored and jaehnri committed Jan 2, 2023
1 parent 5889d42 commit 63a18c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/basic-usage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Basic usage - host based routing

ingress-nginx can be used for many use cases, inside various cloud provider and supports a lot of configurations. In this section you can find a common usage scenario where a single load balancer powered by ingress-nginx will route traffic to 2 different HTTP backend services based on the host name.
ingress-nginx can be used for many use cases, inside various cloud providers and supports a lot of configurations. In this section you can find a common usage scenario where a single load balancer powered by ingress-nginx will route traffic to 2 different HTTP backend services based on the host name.

First of all follow the instructions to install ingress-nginx. Then imagine that you need to expose 2 HTTP services already installed, `myServiceA`, `myServiceB`, and configured as `type: ClusterIP`.

Expand Down

0 comments on commit 63a18c8

Please sign in to comment.