I am deploying my apps to the kubernetes and accessing it via ingress controller, I have configured nginx ingress controller as well as GKE ingress controller. Nginx for web app deployments and GKE for api. Now i have an issue on GKE ingress for https. I have configured google managed SSL on LB. and it's opening fine for https, But i want to redirect all the http requests to https.
Same things are working in Nginx ingress, I want it for GKE ingress.