Skip to content

Commit

Permalink
[type:fix] e2e k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Oct 9, 2023
1 parent 87d0172 commit 07f3a5b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ for sync in ${SYNC_ARRAY[@]}; do
sleep 10s
if [[ "${sync}" == "nacos" ]]; then
sh "${CUR_PATH}"/healthcheck.sh http://localhost:30848/nacos/actuator/health
kubectl port-forward deployment/shenyu-nacos 8848:8848
kubectl port-forward deployment/shenyu-nacos 9848:9848
kubectl port-forward deployment/shenyu-nacos 9849:9849
kubectl port-forward deployment/shenyu-nacos 8848:8848 9848:9848 9849:9849
fi
fi
kubectl apply -f "${PRGDIR}"/shenyu-admin-"${sync}".yml
Expand Down

0 comments on commit 07f3a5b

Please sign in to comment.