refactor: ClusterIP to LoadBalancer

This commit is contained in:
OhSeongRak 2025-06-18 13:55:18 +09:00
parent e6f2c3a810
commit e23857a6e2

View File

@ -6,7 +6,7 @@ metadata:
labels:
app: smarketing-frontend
spec:
type: ClusterIP
type: LoadBalancer
ports:
- port: 80
targetPort: ${export_port}