fix: prod nodePorts — avoid conflict with dev

This commit is contained in:
admin
2026-07-26 21:51:15 +08:00
parent f64ffa3f48
commit 1e86eeec95
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ spec:
ports: ports:
- port: 8888 - port: 8888
targetPort: 8888 targetPort: 8888
nodePort: 30082 nodePort: 30182
protocol: TCP protocol: TCP
+1 -1
View File
@@ -12,5 +12,5 @@ spec:
ports: ports:
- port: 80 - port: 80
targetPort: 80 targetPort: 80
nodePort: 30080 nodePort: 30180
protocol: TCP protocol: TCP