mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
ingress
This commit is contained in:
parent
2a75b42e6a
commit
94b7ce2172
@ -10,7 +10,7 @@ metadata:
|
||||
name: sdk-server-ingress
|
||||
spec:
|
||||
rules:
|
||||
- host: sdk-server.openim.xxx.com
|
||||
- host: k8s.open-im-test.rentsoft.cn
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
@ -32,7 +32,7 @@ metadata:
|
||||
name: msg-gateway-ingress
|
||||
spec:
|
||||
rules:
|
||||
- host: msg-gateway.openim.xxx.com
|
||||
- host: k8s.open-im-test.rentsoft.cn
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
@ -40,7 +40,7 @@ spec:
|
||||
name: msg-gateway
|
||||
port:
|
||||
number: 10001
|
||||
path: /
|
||||
path: /msg-gateway
|
||||
pathType: Prefix
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
@ -51,7 +51,7 @@ metadata:
|
||||
name: api-ingress
|
||||
spec:
|
||||
rules:
|
||||
- host: api.openim.xxx.com
|
||||
- host: k8s.open-im-test.rentsoft.cn
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
@ -59,7 +59,7 @@ spec:
|
||||
name: api
|
||||
port:
|
||||
number: 10002
|
||||
path: /
|
||||
path: /api
|
||||
pathType: Prefix
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
@ -70,7 +70,7 @@ metadata:
|
||||
name: demo-ingress
|
||||
spec:
|
||||
rules:
|
||||
- host: demo.openim.xxx.com
|
||||
- host: k8s.open-im-test.rentsoft.cn
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
@ -78,7 +78,7 @@ spec:
|
||||
name: demo
|
||||
port:
|
||||
number: 10004
|
||||
path: /
|
||||
path: /demo
|
||||
pathType: Prefix
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
@ -89,7 +89,7 @@ metadata:
|
||||
name: cms-api-ingress
|
||||
spec:
|
||||
rules:
|
||||
- host: cms-api.openim.xxx.com
|
||||
- host: k8s.open-im-test.rentsoft.cn
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
|
Loading…
x
Reference in New Issue
Block a user