Browse Source

[CI SKIP]

robert 2 years ago
parent
commit
570e04fa02
1 changed files with 13 additions and 0 deletions
  1. 13 0
      ingress.yaml

+ 13 - 0
ingress.yaml

@@ -14,6 +14,9 @@ spec:
     - hosts:
         - book.easou.com.cn
       secretName: book-easou-com-cn
+    - hosts:
+        - book.eayue.com
+      secretName: book-eayue-com
   rules:
     - host: book.appeasou.com
       http:
@@ -45,3 +48,13 @@ spec:
                 name: book-touchrs-base-svc
                 port:
                   number: 8080
+    - host: book.eayue.com
+      http:
+        paths:
+          - path: /
+            pathType: ImplementationSpecific
+            backend:
+              service:
+                name: book-touchrs-base-svc
+                port:
+                  number: 8080