k8s_deployment

This commit is contained in:
wangchuxiao
2022-05-23 00:55:56 +08:00
parent e8e4af7286
commit cb497fe720
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