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