k8s deploy

This commit is contained in:
wangchuxiao
2022-05-23 19:14:29 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent aae7bb45ec
commit 5326741b26
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ etcd:
etcdSchema: openIM #默认即可
etcdAddr: [ 127.0.0.1:2379 ] #单机部署时,默认即可
k8sMod: false #开启k8s模式 使用pod里面环境变量请求services调用服务 而并非etcd
mysql:
dbMysqlAddress: [ 127.0.0.1:13306 ] #mysql地址 目前仅支持单机,默认即可
dbMysqlUserName: root #mysql用户名,建议修改