We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b4b42 commit b4815f9Copy full SHA for b4815f9
templates/NOTES.txt
@@ -18,8 +18,8 @@ echo https://${ST2WEB_IP}/
18
19
{{- else if contains "ClusterIP" .Values.st2web.service.type }}
20
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
+echo https://127.0.0.1:8443
+kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ .Release.Name }}-st2web-{{ if .Values.enterprise.enabled }}-enterprise {{ end }} 8443:443
23
24
{{- end }}
25
{{- if contains "NodePort" .Values.st2web.service.type }}
0 commit comments