kestra-io / helm-charts

Apache License 2.0
37 stars 26 forks source link

feat(helm): add loadBalancerIP to service spec #30

Closed pdemagny closed 8 months ago

pdemagny commented 8 months ago

What changes are being made and why?

Hi !

I'd like to add loadBalancerIP to service spec to allow use cases such as Internal Load Balancers on Google Kubernetes Engine with static internal IP reserved in advance.
It helps with:

See this, this and this.


How the changes have been QAed?

Tested on GKE v1.27.8-gke.1067004 STABLE Release Channel with the Kestra chart deployed with helmfime 0.162.0 as a local chart and these values:

service:
  type: LoadBalancer
  loadBalancerIP: 10.42.0.30
  annotations:
    networking.gke.io/load-balancer-type: "Internal"