Merge pull request #22139 from adityamandhare/patch-2

Adding HTTP(S) to the acceptable traffic
This commit is contained in:
Kubernetes Prow Robot 2020-06-30 17:56:06 -07:00 committed by GitHub
commit fe213363cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Different [Ingress controller](/docs/concepts/services-networking/ingress-contro
The Ingress [spec](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status)
has all the information needed to configure a load balancer or proxy server. Most importantly, it
contains a list of rules matched against all incoming requests. Ingress resource only supports rules
for directing HTTP traffic.
for directing HTTP(S) traffic.
### Ingress rules