mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 13:05:58 +08:00
k8s_deploy
This commit is contained in:
@@ -35,7 +35,6 @@ spec:
|
|||||||
externalTrafficPolicy: Cluster
|
externalTrafficPolicy: Cluster
|
||||||
ports:
|
ports:
|
||||||
- name: apiPort
|
- name: apiPort
|
||||||
nodePort: NODE_PORT_API
|
|
||||||
port: 10002
|
port: 10002
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 10002
|
targetPort: 10002
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
#### im k8s部署文档
|
||||||
|
### 1.修改配置文件
|
||||||
|
在Open-IM-SERVER目录下修改config/config.yaml配置文件
|
||||||
|
|
||||||
|
### 2. 项目根目录创建im configMap
|
||||||
|
kubectl create configmap config config/config.yaml
|
||||||
|
|
||||||
|
### 3.
|
||||||
Reference in New Issue
Block a user