robert 4 сар өмнө
parent
commit
27df49562a
1 өөрчлөгдсөн 20 нэмэгдсэн , 0 устгасан
  1. 20 0
      deploy.yaml

+ 20 - 0
deploy.yaml

@@ -128,4 +128,24 @@ spec:
             name: bookcptj-svc
             port:
               number: 8080
+  - host: bookcptj.easou.com
+    http:
+      paths:
+      - path: /
+        pathType: Prefix
+        backend:
+          service:
+            name: bookcptj-svc
+            port:
+              number: 8080
+  - host: bookcptj.wejuan.cn
+    http:
+      paths:
+      - path: /
+        pathType: Prefix
+        backend:
+          service:
+            name: bookcptj-svc
+            port:
+              number: 8080
   ingressClassName: nginx