Commit 21feb90 1 parent 795b674 commit 21feb90 Copy full SHA for 21feb90
File tree 1 file changed +2
-2
lines changed
charts/nebula-exporter/templates
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ nebula-exporter has been deployed!
14
14
{{- else if contains "ClusterIP" .Values.service.type }}
15
15
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}")
16
16
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
19
19
{{- else if contains "LoadBalancer" .Values.service.type }}
20
20
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
21
21
You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "nebula-exporter.name" . }}'
You can’t perform that action at this time.
0 commit comments