Browse Source

更新 'deploy-canary.yaml'

robert 2 years ago
parent
commit
273e1cd0d0
1 changed files with 2 additions and 3 deletions
  1. 2 3
      deploy-canary.yaml

+ 2 - 3
deploy-canary.yaml

@@ -132,9 +132,8 @@ metadata:
 spec:
 spec:
   type: NodePort
   type: NodePort
   ports:
   ports:
-  - port: 8080
-    targetPort: 8080
-    nodePort: 30540
+  - port: 80
+    targetPort: 80
   selector:
   selector:
     app: global-book-api-canary
     app: global-book-api-canary
 ---
 ---