mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix a typo in stable/nginx-ingress (#993)
This commit is contained in:
committed by
Sean Knox
parent
73f98f56d2
commit
b2367e4802
@@ -16,7 +16,7 @@ Get the application URL by running these commands:
|
||||
export NODE_IP=$(kubectl --namespace {{ .Release.Namespace }} get nodes -o jsonpath="{.items[0].status.addresses[1].address}")
|
||||
|
||||
echo "Visit http://$NODE_IP:$HTTP_NODE_PORT to access your application via HTTP."
|
||||
echo "Visit http://$NODE_IP:$HTTPS_NODE_PORT to access your application via HTTPS."
|
||||
echo "Visit https://$NODE_IP:$HTTPS_NODE_PORT to access your application via HTTPS."
|
||||
{{- else if contains "LoadBalancer" .Values.controller.service.type }}
|
||||
It may take a few minutes for the LoadBalancer IP to be available.
|
||||
You can watch the status by running 'kubectl --namespace {{ .Release.Namespace }} get services -o wide -w {{ template "controller.fullname" . }}'
|
||||
|
||||
Reference in New Issue
Block a user