Currently, the spec allows setting ingress rules via cwnp.spec.ingress.
These have no effect since the firewall rules for incoming connections are applied from service.spec.loadBalancerSourceRanges.
Therefore we should the remove spec.ingress completely from the cwnp CRD.
Currently, the spec allows setting ingress rules via
cwnp.spec.ingress.These have no effect since the firewall rules for incoming connections are applied from
service.spec.loadBalancerSourceRanges.Therefore we should the remove
spec.ingresscompletely from the cwnp CRD.