From 759fb8a8025578ba1d1932f7428b32f69c42ebae Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Thu, 19 May 2022 10:58:33 +0800 Subject: [PATCH] k8s_deploy --- deploy_k8s/build_push_all_images.sh | 39 ++++++++++++++--------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/deploy_k8s/build_push_all_images.sh b/deploy_k8s/build_push_all_images.sh index 8902ec8a6..86cb923d0 100644 --- a/deploy_k8s/build_push_all_images.sh +++ b/deploy_k8s/build_push_all_images.sh @@ -2,26 +2,25 @@ service=( #api service file api -# cms_api -# -# #rpc service file -# user -# friend -# group -# auth -# admin_cms -# message_cms -# statistics -# office -# organization -# conversation -# cache -# gateway -# transfer -# msg -# push -# sdk_server -# open_im_demo + cms_api + #rpc service file + user + friend + group + auth + admin_cms + message_cms + statistics + office + organization + conversation + cache + gateway + transfer + msg + push + sdk_server + open_im_demo ) # version=v2.0.10