|
|
@@ -21,7 +21,7 @@ Run below commands to get the recommended URLs:
|
|
|
{{ else }}
|
|
|
|
|
|
export WEBSITE_PORT=$(kubectl get service gethue-website -o jsonpath="{.spec.ports[*].nodePort}" --namespace {{ .Release.Namespace }})
|
|
|
- export DOCS_PORT=$(kubectl get service gethue-docs -o jsonpath="{.spec.ports[*].nodePort}" --namespace {{ .Release.Namespace }})
|
|
|
+ export DOCS_PORT=$(kubectl get service docs -o jsonpath="{.spec.ports[*].nodePort}" --namespace {{ .Release.Namespace }})
|
|
|
|
|
|
echo http://$WEB_HOST:$WEBSITE_PORT
|
|
|
echo http://$WEB_HOST:$DOCS_PORT
|