Commit 41730e87 by 蒋勇

tj

parent 3841139d
......@@ -1223,13 +1223,45 @@ metadata:
namespace: chaolai
spec:
rules:
- host: *.qifu.gongsibao.com
- host: gsb.qifu.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: center-channel-service
servicePort: 80
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: zhengce-center-channel-ingress
namespace: chaolai
spec:
rules:
- host: zhengce.qifu.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: center-channel-service
servicePort: 80
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: jd-center-channel-ingress
namespace: chaolai
spec:
rules:
- host: jd.qifu.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: center-channel-service
servicePort: 80
---
apiVersion: extensions/v1beta1
......
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