diff --git a/k8s/api-svc.yaml b/k8s/api-svc.yaml index 7fe1549..46f43ad 100644 --- a/k8s/api-svc.yaml +++ b/k8s/api-svc.yaml @@ -9,5 +9,4 @@ spec: - protocol: TCP port: 80 targetPort: 8080 - nodePort: 30007 - type: NodePort \ No newline at end of file + type: LoadBalancer \ No newline at end of file