JahstreetOrg / spark-on-kubernetes-helm

Spark on Kubernetes infrastructure Helm charts repo
Apache License 2.0
198 stars 76 forks source link

Use correct service name in livy ingress #60

Open andreas-eberle opened 3 years ago

andreas-eberle commented 3 years ago

When I deployed the spark-cluster helm chart, I noticed the ingress config does not work. This is because the spark cluster helm chart changes the livy service name. However, in the ingress template of the livy chart, the configured value is not used. I fixed it by using the same function that is used in the service to generate the name there.

jahstreet commented 3 years ago

Awesome catch @andreas-eberle . Thx for the contribution!