refactor: ClusterIP to LoadBalancer

This commit is contained in:
OhSeongRak 2025-06-18 14:07:40 +09:00
parent e23857a6e2
commit abc52f0140

View File

@ -140,7 +140,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}