|
@@ -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 }}
|