Browse Source

update nodeport to 30100

root 2 năm trước cách đây
mục cha
commit
58f2511716
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      deploy.yaml

+ 1 - 1
deploy.yaml

@@ -90,7 +90,7 @@ spec:
   ports:
   - port: 8080
     targetPort: 8080
-    nodePort: 38080
+    nodePort: 30100
   selector:
     app: book-webview
 ---