Skip to content

Commit 21feb90

Browse files
authored
fix: helm notes (#65)
1 parent 795b674 commit 21feb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/nebula-exporter/templates/NOTES.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ nebula-exporter has been deployed!
1414
{{- else if contains "ClusterIP" .Values.service.type }}
1515
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "nebula-exporter.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
1616
export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}")
17-
echo "Visit http://127.0.0.1:8080 to use your application"
18-
kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT
17+
echo "Visit http://127.0.0.1:9100 to use your application"
18+
kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 9100:$CONTAINER_PORT
1919
{{- else if contains "LoadBalancer" .Values.service.type }}
2020
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
2121
You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "nebula-exporter.name" . }}'

0 commit comments

Comments
 (0)