mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/spark-history-server] Fix notes (#14882)
* [stable/spark-history-server] Fix notes Signed-off-by: Maxime NANNAN <maxime.nannan@gmail.com> * [stable/spark-history-server] Upgrade Chart's version Signed-off-by: Maxime NANNAN <maxime.nannan@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
95572b7ff5
commit
d2a5cc152a
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: spark-history-server
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
appVersion: 2.4.0
|
||||
description: A Helm chart for Spark History Server
|
||||
home: https://spark.apache.org
|
||||
|
||||
@@ -13,6 +13,6 @@ Get the application URL by running the following commands. Note that the UI woul
|
||||
{{- else if contains "ClusterIP" .Values.service.type }}
|
||||
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
|
||||
Note: If on OpenShift, change to the chart namespace before running the command below.'
|
||||
kubectl port-forward $POD_NAME 8080:80
|
||||
kubectl port-forward $POD_NAME 8080:18080
|
||||
Now visit http://127.0.0.1:8080 to use your application.'
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user