mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-10 23:07:30 +08:00
kubectl apply windows script
This commit is contained in:
parent
25fdba2434
commit
b300734a70
23
deploy_k8s/kubectl_start_all.cmd
Normal file
23
deploy_k8s/kubectl_start_all.cmd
Normal file
@ -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…
x
Reference in New Issue
Block a user