Files
Andrei Kvapil 32f22adb26 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.

- 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
2024-07-26 12:01:28 +02:00
..
2024-07-16 17:31:52 +02:00
2024-07-22 23:31:56 +02:00
2024-07-23 18:58:08 +02:00
2024-07-23 12:15:16 +02:00
2024-07-16 17:31:52 +02:00
2024-07-22 23:31:56 +02:00
2024-07-16 17:31:52 +02:00
2024-07-16 17:31:52 +02:00
2024-07-16 17:31:52 +02:00
2024-07-23 12:15:16 +02:00