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 -