I use kubernetes cluster on Google Cloud Plataform and I want to change my load balancer from "TCP load balancing" to "HTTP(S) load balancing" (layer 7).
Currently the configuration about "TCP load balancing" is:
For deploy NGINX and create automatically the load balancer, I use the ingress-nginx chart (https://github.com/kubernetes/ingress-nginx). I've been checking the documentation and haven't found the config for change load balancer layer.
I'm a beginner in GCP load balancer. Can anyone help with getting started? Please, if more information is needed, I will provide it.