From eff426ade65beac3cc0af80e43c74477577b9f4f Mon Sep 17 00:00:00 2001 From: OhSeongRak Date: Mon, 16 Jun 2025 16:08:14 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=84=9C=EB=B9=84=EC=8A=A4=20?= =?UTF-8?q?=ED=83=80=EC=9E=85=20LoadBalancer=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smarketing-ai/deployment/manifest/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smarketing-ai/deployment/manifest/service.yaml b/smarketing-ai/deployment/manifest/service.yaml index 87ba6f0..08dc1e8 100644 --- a/smarketing-ai/deployment/manifest/service.yaml +++ b/smarketing-ai/deployment/manifest/service.yaml @@ -6,7 +6,7 @@ metadata: labels: app: smarketing spec: - type: ClusterIP + type: LoadBalancer ports: - port: 5001 targetPort: 5001