123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- kind: Ingress
- apiVersion: networking.k8s.io/v1
- metadata:
- name: book-appeasou-com
- namespace: pro
- spec:
- tls:
- - 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
- - hosts:
- - book.eayue.com
- secretName: book-eayue-com
- rules:
- - host: book.appeasou.com
- http:
- paths:
- - path: /
- pathType: ImplementationSpecific
- backend:
- service:
- name: book-touchrs-base-svc
- port:
- number: 8080
- - host: book.easou.com
- http:
- paths:
- - path: /
- pathType: ImplementationSpecific
- backend:
- service:
- name: book-touchrs-base-svc
- port:
- number: 8080
- - host: book.easou.com.cn
- http:
- paths:
- - path: /
- pathType: ImplementationSpecific
- backend:
- service:
- 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
|