Commit 5053b04d by v_vjyjiang

d

parent eabbd768
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: alichannel-ingress
namespace: newtime
annotations:
configuration.konghq.com: kongingress-strip-path
spec:
rules:
- host: aliicp.deliver.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: paas-service
servicePort: 80
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: paas-ingress
namespace: newtime
annotations:
......@@ -145,3 +128,29 @@ spec:
backend:
serviceName: icdeliver-service
servicePort: 80
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: marketplatauth-ingress
namespace: newtime
annotations:
configuration.konghq.com: kongingress-strip-path
spec:
rules:
- host: marketplat.zhichan.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: marketplat-service
servicePort: 80
- path: /web
backend:
serviceName: marketplat-service
servicePort: 80
- path: /api
backend:
serviceName: marketplat-service
servicePort: 80
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment