summaryrefslogtreecommitdiffstats
path: root/helm/wekan/templates
diff options
context:
space:
mode:
authorStephen Randall <stephen.randall@appsbroker.com>2019-03-04 16:28:44 +0000
committerStephen Randall <stephen.randall@appsbroker.com>2019-03-04 16:28:44 +0000
commit115d07da5af3ac56d49399bb1537fc7593abf6dd (patch)
tree2af634e5dbca3e3b07b2f0a09da38059385b3155 /helm/wekan/templates
parente7a90d9a7ce15d9405f5d750593715306a542c83 (diff)
downloadwekan-115d07da5af3ac56d49399bb1537fc7593abf6dd.tar.gz
wekan-115d07da5af3ac56d49399bb1537fc7593abf6dd.tar.bz2
wekan-115d07da5af3ac56d49399bb1537fc7593abf6dd.zip
Added some notes
Diffstat (limited to 'helm/wekan/templates')
-rw-r--r--helm/wekan/templates/NOTES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm/wekan/templates/NOTES.txt b/helm/wekan/templates/NOTES.txt
index f2a92d61..8aa2e27b 100644
--- a/helm/wekan/templates/NOTES.txt
+++ b/helm/wekan/templates/NOTES.txt
@@ -14,6 +14,6 @@
echo http://$SERVICE_IP:{{ .Values.service.port }}
{{- else if contains "ClusterIP" .Values.service.type }}
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ template "wekan.name" . }},release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
- echo "Visit http://127.0.0.1:8000 to use your application"
- kubectl port-forward $POD_NAME 8000:8000
+ echo "Visit http://127.0.0.1:8080 to use your application"
+ kubectl port-forward $POD_NAME 8080:8080
{{- end }}