robert il y a 2 ans
Parent
commit
75143b0e60
1 fichiers modifiés avec 8 ajouts et 9 suppressions
  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: