Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ingress forward both 80 and 443 ports to tenant clusters (#235)
We need to separate HTTP and HTTPS traffic and send them into tenant clusters. Currently traffic was sending only on HTTPS port, this PR enables HTTP traffic forwarding. Nginx ingress does not support setting correct upstream according to type of traffic (http or https) There are set of issues in upstream. - kubernetes/ingress-nginx#1655 - kubernetes/ingress-nginx#9061 - kubernetes/ingress-nginx#11334 Good to know that we found reliable workaround fixes: #209 (comment)
- Loading branch information