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: labels:
app: smarketing-frontend app: smarketing-frontend
spec: spec:
type: ClusterIP type: LoadBalancer
ports: ports:
- port: 80 - port: 80
targetPort: ${export_port} targetPort: ${export_port}