Skip to content

Commit b4815f9

Browse files
committed
Replace port (80)80 with (8)443
1 parent e9b4b42 commit b4815f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ echo https://${ST2WEB_IP}/
1818

1919
{{- else if contains "ClusterIP" .Values.st2web.service.type }}
2020

21-
echo https://127.0.0.1:8080
22-
kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ .Release.Name }}-st2web-{{ if .Values.enterprise.enabled }}-enterprise {{ end }} 8080:80
21+
echo https://127.0.0.1:8443
22+
kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ .Release.Name }}-st2web-{{ if .Values.enterprise.enabled }}-enterprise {{ end }} 8443:443
2323

2424
{{- end }}
2525
{{- if contains "NodePort" .Values.st2web.service.type }}

0 commit comments

Comments
 (0)