Commit a072bf5c by 蒋勇

tj

parent 5d76a076
...@@ -1269,6 +1269,22 @@ spec: ...@@ -1269,6 +1269,22 @@ spec:
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
name: gsbweb-qifu-ingress
namespace: chaolai
spec:
rules:
- host: gsbweb.qifu.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: center-channel-service
servicePort: 80
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: zhengce-qifu-ingress name: zhengce-qifu-ingress
namespace: chaolai namespace: chaolai
spec: spec:
......
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