Skip to content

Commit

Permalink
Merge branch 'main' into chore/validators
Browse files Browse the repository at this point in the history
  • Loading branch information
jjngx authored May 8, 2023
2 parents 9be73ec + 1e92ba4 commit 1b1264a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/intro/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Ingress resource supports the following features:
* *Path-based routing*. For example, routing requests with the URI that starts with `/serviceA` to service A and requests with the URI that starts with `/serviceB` to service B.
* **TLS/SSL termination** for each hostname, such as `foo.example.com`.

See the [Ingress User Guide](https://kubernetes.io/docs/user-guide/ingress/) to learn more about the Ingress resource.
See the [Ingress Reference Documentation](https://kubernetes.io/docs/concepts/services-networking/ingress/) to learn more about the Ingress resource.

## What is the Ingress Controller?

Expand Down

0 comments on commit 1b1264a

Please sign in to comment.