mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
k8s_deploy
This commit is contained in:
committed by
Xinwei Xiong(cubxxw-openim)
parent
e67fe4ca88
commit
2eedba89d4
@@ -2,7 +2,9 @@
|
||||
### 1.修改配置文件
|
||||
在Open-IM-SERVER目录下修改config/config.yaml配置文件
|
||||
|
||||
### 2. 项目根目录创建im configMap
|
||||
kubectl create configmap config config/config.yaml
|
||||
### 2. 项目根目录创建im configMap到k8s
|
||||
kubectl -n {namespace} create configmap config --from-file=config/config.yaml
|
||||
namespace 为im项目的namespace
|
||||
|
||||
### 3.
|
||||
|
||||
### 3.
|
||||
Reference in New Issue
Block a user