From 6f2c3c70fdb5c7c0af5f3d75da773c5c771f3307 Mon Sep 17 00:00:00 2001 From: HanWool Jeon Date: Thu, 19 Jun 2025 10:33:33 +0900 Subject: [PATCH] Update service.yaml --- web/service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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