benc-uk / kubeview

Kubernetes cluster visualiser and graphical explorer

Home Page:http://kubeview.benco.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for loadBalancerIP in helm chart

FlipEnergy opened this issue · comments

Some load balancer services such as MetalLB support specifying an external IP for the service. I'd like the chart to support it.

Based on the way your chart is written, since there's no service section, I guess it can just go straight in the root of the values file.

Makes sense, I've used LoadBalancerIP in cloud deployments too (so my LB IP is fixed static and not re-assigned by the cloud provider)