diff --git a/stable/spark-history-server/Chart.yaml b/stable/spark-history-server/Chart.yaml index dbb3149f0c..b7cb3ba4ce 100644 --- a/stable/spark-history-server/Chart.yaml +++ b/stable/spark-history-server/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: spark-history-server -version: 1.4.1 +version: 1.4.2 appVersion: 2.4.0 description: A Helm chart for Spark History Server home: https://spark.apache.org diff --git a/stable/spark-history-server/templates/ingress.yaml b/stable/spark-history-server/templates/ingress.yaml index 7c0e966b02..bdbf418a0b 100644 --- a/stable/spark-history-server/templates/ingress.yaml +++ b/stable/spark-history-server/templates/ingress.yaml @@ -22,7 +22,7 @@ spec: - path: {{ $.Values.ingress.path }} backend: serviceName: {{ $fullname }} - servicePort: historyport + servicePort: {{ .Values.service.port.number }} {{- end -}} {{- if .Values.ingress.tls }} tls: