diff --git a/examples/nginx-nodeport/deploy-and-test.sh b/examples/nginx-nodeport/deploy-and-test.sh index 4bfbeab..9dded03 100755 --- a/examples/nginx-nodeport/deploy-and-test.sh +++ b/examples/nginx-nodeport/deploy-and-test.sh @@ -43,7 +43,7 @@ echo -e " ${GREEN}✅ ConfigMaps deployed${NC}" echo "" echo " 📦 Deploying nginx application..." -kubectl apply -f nginx-nodeport-deployment-worker-only.yaml +kubectl apply -f nginx-nodeport-deployment.yaml echo -e " ${GREEN}✅ nginx deployment created (worker-only)${NC}" echo ""