Commit 12d2596f by 蒋勇

d

parent 10f2191b
...@@ -1507,7 +1507,7 @@ spec: ...@@ -1507,7 +1507,7 @@ spec:
- 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
...@@ -1569,3 +1569,34 @@ spec: ...@@ -1569,3 +1569,34 @@ spec:
backend: backend:
serviceName: entprofile-service serviceName: entprofile-service
servicePort: 80 servicePort: 80
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: ipopnowww-ingress
namespace: chaolai
spec:
rules:
- host: patentbd.cn
http:
paths:
- path: /
backend:
serviceName: ipop-service
servicePort: 80
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: ipopwww-ingress
namespace: chaolai
spec:
rules:
- host: www.patentbd.cn
http:
paths:
- path: /
backend:
serviceName: ipop-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