I have installed the nginx ingress controller on GKE from https://github.com/kubernetes/ingress-nginx via helm chart
it does create the controller and also an firewall rule. The rule is open for all public ips. Is there a way to restrict this via the helm chart ?
if not any way go get the auto generated firewall rule via terraform and adjust ? the name of the firewall rule looks like this: k8s-fw-a8301409696934895b9facd9232892dc
Thanks