|
@@ -1,3 +1,4 @@
|
|
|
|
|
+
|
|
|
Congratulations, you've launched the website of Hue!
|
|
Congratulations, you've launched the website of Hue!
|
|
|
|
|
|
|
|
To check the status of your installation run:
|
|
To check the status of your installation run:
|
|
@@ -16,7 +17,9 @@ Run below commands to get the recommended URLs:
|
|
|
{{ else if and .Values.ingress.create (eq .Values.ingress.type "nginx-ssl") }}
|
|
{{ else if and .Values.ingress.create (eq .Values.ingress.type "nginx-ssl") }}
|
|
|
|
|
|
|
|
echo https://{{ .Values.website.domain }}
|
|
echo https://{{ .Values.website.domain }}
|
|
|
|
|
+ {{- if .Values.docs.enabled -}}
|
|
|
echo https://{{ .Values.docs.domain }}
|
|
echo https://{{ .Values.docs.domain }}
|
|
|
|
|
+ {{- end -}}
|
|
|
|
|
|
|
|
{{ else }}
|
|
{{ else }}
|
|
|
|
|
|
|
@@ -24,7 +27,8 @@ Run below commands to get the recommended URLs:
|
|
|
export DOCS_PORT=$(kubectl get service 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:$WEBSITE_PORT
|
|
|
|
|
+ {{- if .Values.docs.enabled -}}
|
|
|
echo http://$WEB_HOST:$DOCS_PORT
|
|
echo http://$WEB_HOST:$DOCS_PORT
|
|
|
-
|
|
|
|
|
|
|
+ {{ end }}
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
Happy Querying!
|
|
Happy Querying!
|