Commit d29d6342 by 蒋勇

tj

parent cede9ac4
...@@ -1379,6 +1379,23 @@ spec: ...@@ -1379,6 +1379,23 @@ spec:
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
name: alitm-qifu-ingress
namespace: chaolai
spec:
rules:
- host: alitm.qifu.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: center-channel-service
servicePort: 80
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: center-order-ingress name: center-order-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