pull/455/head
wangchuxiao 3 years ago committed by Xinwei Xiong(cubxxw-openim)
parent c48e149ae6
commit 73db052ab3

@ -10,7 +10,7 @@ metadata:
name: sdk-server-ingress name: sdk-server-ingress
spec: spec:
rules: rules:
- host: sdk-server.open-im-test.rentsoft.cn - host: sdk-server.openim.xxx.com
http: http:
paths: paths:
- backend: - backend:
@ -32,7 +32,7 @@ metadata:
name: msg-gateway-ingress name: msg-gateway-ingress
spec: spec:
rules: rules:
- host: msg-gateway.open-im-test.rentsoft.cn - host: msg-gateway.openim.xxx.com
http: http:
paths: paths:
- backend: - backend:
@ -51,7 +51,7 @@ metadata:
name: api-ingress name: api-ingress
spec: spec:
rules: rules:
- host: api.open-im-test.rentsoft.cn - host: api.openim.xxx.com
http: http:
paths: paths:
- backend: - backend:
@ -70,7 +70,7 @@ metadata:
name: demo-ingress name: demo-ingress
spec: spec:
rules: rules:
- host: demo.open-im-test.rentsoft.cn - host: demo.openim.xxx.com
http: http:
paths: paths:
- backend: - backend:
@ -89,7 +89,7 @@ metadata:
name: cms-api-ingress name: cms-api-ingress
spec: spec:
rules: rules:
- host: cms-api.open-im-test.rentsoft.cn - host: cms-api.openim.xxx.com
http: http:
paths: paths:
- backend: - backend:

Loading…
Cancel
Save