ingress.yaml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. apiVersion: networking.k8s.io/v1
  2. kind: Ingress
  3. metadata:
  4. name: dashouye-ingress
  5. namespace: pro
  6. spec:
  7. ingressClassName: nginx
  8. rules:
  9. - host: wap.appeasou.com
  10. http:
  11. paths:
  12. - path: /
  13. pathType: ImplementationSpecific
  14. backend:
  15. service:
  16. name: dashouye-svc
  17. port:
  18. number: 80
  19. - host: a.appeasou.com
  20. http:
  21. paths:
  22. - path: /
  23. pathType: ImplementationSpecific
  24. backend:
  25. service:
  26. name: dashouye-svc
  27. port:
  28. number: 80
  29. - host: wap.easou.com
  30. http:
  31. paths:
  32. - path: /
  33. pathType: ImplementationSpecific
  34. backend:
  35. service:
  36. name: dashouye-svc
  37. port:
  38. number: 80
  39. - host: a.easou.com
  40. http:
  41. paths:
  42. - path: /
  43. pathType: ImplementationSpecific
  44. backend:
  45. service:
  46. name: dashouye-svc
  47. port:
  48. number: 80