From e23857a6e2e21fc116a3b1fde25106fc282c53a6 Mon Sep 17 00:00:00 2001 From: OhSeongRak Date: Wed, 18 Jun 2025 13:55:18 +0900 Subject: [PATCH] refactor: ClusterIP to LoadBalancer --- deployment/manifest/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/manifest/service.yaml b/deployment/manifest/service.yaml index fcb845a..f6c623f 100644 --- a/deployment/manifest/service.yaml +++ b/deployment/manifest/service.yaml @@ -6,7 +6,7 @@ metadata: labels: app: smarketing-frontend spec: - type: ClusterIP + type: LoadBalancer ports: - port: 80 targetPort: ${export_port}