mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +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
|
|
|