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