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.
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.