mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-14 05:56:00 +08:00
8 lines
108 B
Bash
8 lines
108 B
Bash
source ./path_info.cfg
|
|
|
|
for i in ${service[*]}
|
|
do
|
|
kubectl -n openim apply -f ./${i}/deployment.yaml
|
|
done
|
|
|