From 3eb48c4f3ffbfdb7076a36f600a39b203d0ed5be Mon Sep 17 00:00:00 2001 From: Arun-Suri <53159890+Arun-Suri@users.noreply.github.com> Date: Sat, 17 Jan 2026 12:38:48 +0530 Subject: [PATCH] Update vote-service.yaml --- k8s-specifications/vote-service.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/k8s-specifications/vote-service.yaml b/k8s-specifications/vote-service.yaml index d7a05b5513..a48d0911db 100644 --- a/k8s-specifications/vote-service.yaml +++ b/k8s-specifications/vote-service.yaml @@ -5,12 +5,10 @@ metadata: app: vote name: vote spec: - type: NodePort + type: LoadBalancer ports: - name: "vote-service" - port: 8080 - targetPort: 80 - nodePort: 31000 + port: 80 + targetPort: 80 selector: app: vote -