Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit 727d60e

Browse files
author
Christian Compton
authored
Merge pull request #398 from ibm-developer/better-kube-app-link
fix: make link more likely to hit a working endpoint in running kube app
2 parents 4e4619d + 9c205c5 commit 727d60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/deployment/templates/kube_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ helm history ${RELEASE_NAME}
125125
echo "=========================================================="
126126
IP_ADDR=$(bx cs workers ${PIPELINE_KUBERNETES_CLUSTER_NAME} | grep normal | head -n 1 | awk '{ print $2 }')
127127
PORT=$(kubectl get services --namespace ${CLUSTER_NAMESPACE} | grep ${RELEASE_NAME} | sed 's/[^:]*:\([0-9]*\).*/\1/g')
128-
echo -e "View the application at: http://${IP_ADDR}:${PORT}"
128+
echo -e "View the application health at: http://${IP_ADDR}:${PORT}/health"

0 commit comments

Comments
 (0)