浏览代码

[CI SKIP]

robert 2 年之前
父节点
当前提交
75143b0e60
共有 1 个文件被更改,包括 8 次插入9 次删除
  1. 8 9
      ingress.yaml

+ 8 - 9
ingress.yaml

@@ -8,6 +8,12 @@ spec:
     - hosts:
         - book.appeasou.com
       secretName: appeasou-com
+    - hosts:
+        - book.easou.com
+      secretName: book-easou-com
+    - hosts:
+        - book.easou.com.cn
+      secretName: book-easou-com-cn
   rules:
     - host: book.appeasou.com
       http:
@@ -19,23 +25,16 @@ spec:
                 name: book-touchrs-base-svc
                 port:
                   number: 8080
-  tls:
-    - secretName: book-easou-com
-  rules:
     - host: book.easou.com
       http:
         paths:
-          - pathType: ImplementationSpecific
+          - path: /
+            pathType: ImplementationSpecific
             backend:
               service:
                 name: book-touchrs-base-svc
                 port:
                   number: 8080
-  tls:
-    - hosts:
-        - book.easou.com.cn
-      secretName: book-easou-com-cn
-  rules:
     - host: book.easou.com.cn
       http:
         paths: