k8s_deployment

This commit is contained in:
wangchuxiao
2022-05-23 00:55:56 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 270034204c
commit c4d3f87bf1
24 changed files with 677 additions and 21 deletions
+29
View File
@@ -0,0 +1,29 @@
service=(
#api service file
api
cms_api
#rpc service file
user
friend
group
auth
admin_cms
message_cms
statistics
office
organization
conversation
cache
msg_gateway
transfer
msg
push
sdk_server
demo
)
for i in ${service[*]}
do
kubectl -n openim apply -f ./${i}/deployment.yaml
done