Configure Kloudfuse behind a source IP/ranges
If you want to enable the Kloudfuse ingress controller load balancer with a whitelisted IP address or IP range CIDR, please refer to following instructions,
Update the custom_values.yaml file ingress-nginx section with following,
ingress-nginx:
controller:
service:
# Add CIDR for any IP/Range you want to whitelist e.g. 10.10.10.11/32
loadBalancerSourceRanges: []
Upgrade the deployment with updated custom_values.yaml