ingress.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. kind: Ingress
  2. apiVersion: networking.k8s.io/v1
  3. metadata:
  4. name: book-appeasou-com
  5. namespace: pro
  6. spec:
  7. tls:
  8. - hosts:
  9. - book.appeasou.com
  10. secretName: appeasou-com
  11. - hosts:
  12. - book.easou.com
  13. secretName: book-easou-com
  14. - hosts:
  15. - book.easou.com.cn
  16. secretName: book-easou-com-cn
  17. - hosts:
  18. - book.eayue.com
  19. secretName: book-eayue-com
  20. rules:
  21. - host: book.appeasou.com
  22. http:
  23. paths:
  24. - path: /
  25. pathType: ImplementationSpecific
  26. backend:
  27. service:
  28. name: book-touchrs-base-svc
  29. port:
  30. number: 8080
  31. - host: book.easou.com
  32. http:
  33. paths:
  34. - path: /
  35. pathType: ImplementationSpecific
  36. backend:
  37. service:
  38. name: book-touchrs-base-svc
  39. port:
  40. number: 8080
  41. - host: book.easou.com.cn
  42. http:
  43. paths:
  44. - path: /
  45. pathType: ImplementationSpecific
  46. backend:
  47. service:
  48. name: book-touchrs-base-svc
  49. port:
  50. number: 8080
  51. - host: book.eayue.com
  52. http:
  53. paths:
  54. - path: /
  55. pathType: ImplementationSpecific
  56. backend:
  57. service:
  58. name: book-touchrs-base-svc
  59. port:
  60. number: 8080