Skip to content

Commit

Permalink
Ensure that Istio application endpoint is reachable from Meshery
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Huang <[email protected]>
  • Loading branch information
gyohuangxin authored Dec 1, 2021
1 parent 89cde75 commit 7584627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/istio_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export SECURE_INGRESS_PORT=$(kubectl -n istio-system get service istio-ingressga
export INGRESS_HOST=$(minikube ip)
export GATEWAY_URL=http://$INGRESS_HOST:$INGRESS_PORT

minikube tunnel &
minikube tunnel &> /dev/null &

echo "Service Mesh: $MESH_NAME - $SERVICE_MESH"
echo "Gateway URL: $GATEWAY_URL"

echo "ENDPOINT_URL=$GATEWAY_URL" >> $GITHUB_ENV
echo "ENDPOINT_URL=$GATEWAY_URL/productpage" >> $GITHUB_ENV
echo "SERVICE_MESH=$SERVICE_MESH" >> $GITHUB_ENV

0 comments on commit 7584627

Please sign in to comment.