ソースを参照

更新 'deploy-canary.yaml'

robert 2 年 前
コミット
273e1cd0d0
1 ファイル変更2 行追加3 行削除
  1. 2 3
      deploy-canary.yaml

+ 2 - 3
deploy-canary.yaml

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