microsoft / charts

A Helm Chart Repository for Microsoft Projects
MIT License
30 stars 28 forks source link

Make Livy & Worker-lb ServiceType configurable #12

Open belfhi opened 4 years ago

belfhi commented 4 years ago

Helo, I install the Helm Chart for Spark from this repo and it seems to work well but we don't have a Loadbalancer in our k8s cluster, so having the fixed value of ServiceType: Loadbalancer does not work. Having it configurable like the other svc would be great and maybe add an ingress for livy? Cheers

dbanda commented 4 years ago

Thanks for the feedback. you can check the source of these charts here: https://github.com/dbanda/charts Make a PR if you are able to.