parent
25fdba2434
commit
b300734a70
@ -0,0 +1,23 @@
|
|||||||
|
SET ROOT=%cd%
|
||||||
|
@echo off
|
||||||
|
set version=v2.2.0
|
||||||
|
for %%I in (
|
||||||
|
api
|
||||||
|
cms_api
|
||||||
|
user
|
||||||
|
friend
|
||||||
|
group
|
||||||
|
auth
|
||||||
|
admin_cms
|
||||||
|
office
|
||||||
|
organization
|
||||||
|
conversation
|
||||||
|
cache
|
||||||
|
msg_gateway
|
||||||
|
msg_transfer
|
||||||
|
msg
|
||||||
|
push
|
||||||
|
sdk_server
|
||||||
|
demo
|
||||||
|
) do kubectl -n openim apply -f ./%%I/deployment.yaml
|
||||||
|
cd %ROOT%
|
Loading…
Reference in new issue