fix: prod nodePorts — avoid conflict with dev
This commit is contained in:
@@ -12,5 +12,5 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- port: 8888
|
- port: 8888
|
||||||
targetPort: 8888
|
targetPort: 8888
|
||||||
nodePort: 30082
|
nodePort: 30182
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|||||||
@@ -12,5 +12,5 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
nodePort: 30080
|
nodePort: 30180
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|||||||
Reference in New Issue
Block a user