This commit is contained in:
wangchuxiao 2022-05-30 21:01:35 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 1cc9a5a2ae
commit 463d0a4ca7
2 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,6 @@ metadata:
nginx.ingress.kubernetes.io/proxy-http-version: "1.1"
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
# nginx.ingress.kubernetes.io/use-regex: "true"
# nginx.ingress.kubernetes.io/rewrite-target: "/$1"
spec:
rules:
- host: k8s.open-im-test.rentsoft.cn

View File

@ -1,6 +1,7 @@
#### openIM k8s部署文档
### 1. 修改配置文件
在Open-IM-SERVER目录下修改config/config.yaml配置文件, 将MySQL, Kafka, MongoDB等配置修改。
使用demo需要修改demo/imAPIURL地址
### 2. 项目根目录创建im configMap到k8s openim namespace
kubectl create namespace openim