dashouye-ingress.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. apiVersion: extensions/v1beta1
  2. kind: Ingress
  3. metadata:
  4. name: dashouye-ingress
  5. namespace: pro
  6. annotations:
  7. kubernetes.io/ingress.class: nginx
  8. spec:
  9. rules:
  10. - host: www.easou.cn
  11. http:
  12. paths:
  13. - path: /
  14. backend:
  15. serviceName: dashouye-svc
  16. servicePort: 80
  17. - host: wap.easou.cn
  18. http:
  19. paths:
  20. - path: /
  21. backend:
  22. serviceName: dashouye-svc
  23. servicePort: 80
  24. - host: easou.cn
  25. http:
  26. paths:
  27. - path: /
  28. backend:
  29. serviceName: dashouye-svc
  30. servicePort: 80
  31. - host: a.easou.cn
  32. http:
  33. paths:
  34. - path: /
  35. backend:
  36. serviceName: dashouye-svc
  37. servicePort: 80
  38. - host: www.appeasou.com
  39. http:
  40. paths:
  41. - path: /
  42. backend:
  43. serviceName: dashouye-svc
  44. servicePort: 80
  45. - host: wap.appeasou.com
  46. http:
  47. paths:
  48. - path: /
  49. backend:
  50. serviceName: dashouye-svc
  51. servicePort: 80
  52. - host: appeasou.com
  53. http:
  54. paths:
  55. - path: /
  56. backend:
  57. serviceName: dashouye-svc
  58. servicePort: 80
  59. - host: a.appeasou.com
  60. http:
  61. paths:
  62. - path: /
  63. backend:
  64. serviceName: dashouye-svc
  65. servicePort: 80
  66. - host: www.easou.com
  67. http:
  68. paths:
  69. - path: /
  70. backend:
  71. serviceName: dashouye-svc
  72. servicePort: 80
  73. - host: wap.easou.com
  74. http:
  75. paths:
  76. - path: /
  77. backend:
  78. serviceName: dashouye-svc
  79. servicePort: 80
  80. - host: easou.com
  81. http:
  82. paths:
  83. - path: /
  84. backend:
  85. serviceName: dashouye-svc
  86. servicePort: 80
  87. - host: a.easou.com
  88. http:
  89. paths:
  90. - path: /
  91. backend:
  92. serviceName: dashouye-svc
  93. servicePort: 80