123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- apiVersion: networking.k8s.io/v1
- kind: Ingress
- metadata:
- name: dashouye-ingress
- namespace: pro
- spec:
- ingressClassName: nginx
- rules:
- - host: wap.appeasou.com
- http:
- paths:
- - path: /
- pathType: ImplementationSpecific
- backend:
- service:
- name: dashouye-svc
- port:
- number: 80
- - host: a.appeasou.com
- http:
- paths:
- - path: /
- pathType: ImplementationSpecific
- backend:
- service:
- name: dashouye-svc
- port:
- number: 80
- - host: wap.easou.com
- http:
- paths:
- - path: /
- pathType: ImplementationSpecific
- backend:
- service:
- name: dashouye-svc
- port:
- number: 80
- - host: a.easou.com
- http:
- paths:
- - path: /
- pathType: ImplementationSpecific
- backend:
- service:
- name: dashouye-svc
- port:
- number: 80
|