|
@@ -0,0 +1,48 @@
|
|
|
+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
|