Forum Discussion
Anonymous
10-03-2022Hi bpeikes, once HTTPS is enabled on the Sisense instance, then the ingress controller will specifically listen on a secure port (either default 443 or custom port in the deployment).
You are probably better off putting Sisense behind a load balancer and then just implementing TLS termination at the load balancer. It should be trivial to implement a HTTP -> HTTPS redirect if needed.