diff --git a/deploy/service.yaml b/deploy/service.yaml index 49a98a9..fbae635 100644 --- a/deploy/service.yaml +++ b/deploy/service.yaml @@ -5,9 +5,10 @@ metadata: labels: app: swiggy-app spec: - type: LoadBalancer + type: NodePort ports: - port: 80 targetPort: 3000 + containerPort: 30069 selector: app: swiggy-app \ No newline at end of file