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,

  1. 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: []
  1. Upgrade the deployment with updated custom_values.yaml