mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
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. - https://github.com/kubernetes/ingress-nginx/issues/1655 - https://github.com/kubernetes/ingress-nginx/issues/9061 - https://github.com/kubernetes/ingress-nginx/issues/11334 Good to know that we found reliable workaround fixes: https://github.com/aenix-io/cozystack/issues/209#issuecomment-2215021489