Skip to content

Commit

Permalink
Merge pull request #28 from gyohuangxin/fixed_reachable_issue
Browse files Browse the repository at this point in the history
Ensure that Istio application endpoint is reachable from Meshery
  • Loading branch information
pottekkat authored Dec 1, 2021
2 parents 89cde75 + 7584627 commit fcfc0d4
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 fcfc0d4

Please sign in to comment.