From a8f9f9d7cc724a97792b0215c38e9ea4256df826 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Fri, 7 Nov 2025 12:14:04 -0500 Subject: [PATCH] fix: Update deployment script to use correct nginx-nodeport deployment filename --- examples/nginx-nodeport/deploy-and-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""