diff --git a/scripts/pr-deploy.js b/scripts/pr-deploy.js index aa297ce29c..1bfd0cb324 100644 --- a/scripts/pr-deploy.js +++ b/scripts/pr-deploy.js @@ -236,7 +236,7 @@ async function main() { "protocol": "http", "serviceId": createService.id, "sourcePort": 80, - "targetPort": 80 + "targetPort": 8080 }; loadBalancerGet.lbConfig.portRules.push(newRule);