refactor: ClusterIP to LoadBalancer
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user