diff --git a/web/service.yaml b/web/service.yaml index c011d43..85e5f6e 100644 --- a/web/service.yaml +++ b/web/service.yaml @@ -6,10 +6,10 @@ metadata: labels: app: frontend spec: - type: LoadBalancer + type: ClusterIP ports: - port: 80 targetPort: 80 protocol: TCP selector: - app: frontend \ No newline at end of file + app: frontend