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
48940272ae
commit
ce15c26b59
@ -23,7 +23,7 @@ nodeSelector:
|
|||||||
域名修改等操作
|
域名修改等操作
|
||||||
|
|
||||||
### 5. 执行./kubectl_start.sh脚本
|
### 5. 执行./kubectl_start.sh脚本
|
||||||
chmod +x ./kubectl_start.sh
|
chmod +x ./kubectl_start.sh ./kubectl_stop.sh
|
||||||
./kubectl_start.sh
|
./kubectl_start.sh
|
||||||
kubectl 启动所有deployment,services,ingress
|
kubectl 启动所有deployment,services,ingress
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ func (rpc *rpcChat) Run() {
|
|||||||
log.Error("", "register rpcChat to etcd failed ", err.Error())
|
log.Error("", "register rpcChat to etcd failed ", err.Error())
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
go rpc.runCh()
|
||||||
err = srv.Serve(listener)
|
err = srv.Serve(listener)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error("", "rpc rpcChat failed ", err.Error())
|
log.Error("", "rpc rpcChat failed ", err.Error())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user