|
@@ -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
|