diff --git a/gcp-deployment-scripts/app-deployment.yaml b/gcp-deployment-scripts/app-deployment.yaml index 90cfa03..4f7b5d4 100644 --- a/gcp-deployment-scripts/app-deployment.yaml +++ b/gcp-deployment-scripts/app-deployment.yaml @@ -35,8 +35,7 @@ spec: selector: name: app-pod app: rest-app-java - type: NodePort + type: LoadBalancer ports: - targetPort: 4000 port: 4000 - nodePort: 30004