Commit b50488a0 by 宋毅

tj

parent becf7241
...@@ -1436,11 +1436,11 @@ spec: ...@@ -1436,11 +1436,11 @@ spec:
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
name: caishui-qifu-ingress name: haoming-qifu-ingress
namespace: chaolai namespace: chaolai
spec: spec:
rules: rules:
- host: caishui.qifu.gongsibao.com - host: haoming.gongsibao.com
http: http:
paths: paths:
- path: / - path: /
...@@ -1451,42 +1451,42 @@ spec: ...@@ -1451,42 +1451,42 @@ spec:
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
name: youke-qifu-ingress name: caishui-qifu-ingress
namespace: chaolai namespace: chaolai
spec: spec:
rules: rules:
- host: youke.qifu.gongsibao.com - host: caishui.qifu.gongsibao.com
http: http:
paths: paths:
- path: / - path: /
backend: backend:
serviceName: center-channel-service serviceName: center-channel-service
servicePort: 80 servicePort: 80
--- ---
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
name: zhongchuan-qifu-ingress name: youke-qifu-ingress
namespace: chaolai namespace: chaolai
spec: spec:
rules: rules:
- host: zhongchuan.qifu.gongsibao.com - host: youke.qifu.gongsibao.com
http: http:
paths: paths:
- path: / - path: /
backend: backend:
serviceName: center-channel-service serviceName: center-channel-service
servicePort: 80 servicePort: 80
--- ---
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
name: douyin-qifu-ingress name: zhongchuan-qifu-ingress
namespace: chaolai namespace: chaolai
spec: spec:
rules: rules:
- host: douyin.qifu.gongsibao.com - host: zhongchuan.qifu.gongsibao.com
http: http:
paths: paths:
- path: / - path: /
...@@ -1497,11 +1497,11 @@ spec: ...@@ -1497,11 +1497,11 @@ spec:
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
name: haoming-qifu-ingress name: douyin-qifu-ingress
namespace: chaolai namespace: chaolai
spec: spec:
rules: rules:
- host: haoming.qifu.gongsibao.com - host: douyin.qifu.gongsibao.com
http: http:
paths: paths:
- path: / - path: /
......
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