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