refactor: ClusterIP to LoadBalancer

This commit is contained in:
OhSeongRak
2025-06-18 14:07:40 +09:00
parent e23857a6e2
commit abc52f0140
+1 -1
View File
@@ -140,7 +140,7 @@ metadata:
labels:
app: smarketing-frontend
spec:
type: ClusterIP
type: LoadBalancer
ports:
- port: 80
targetPort: ${export_port}