another try

This commit is contained in:
bom 2021-12-15 12:11:00 +01:00
parent 3b0ff10188
commit df46d9e2b5

View file

@ -32,7 +32,8 @@ function main()
cd ../../../../ # c4k-nextcloud project root
lein uberjar
java -jar target/uberjar/c4k-nextcloud-standalone.jar config-local.edn auth-local.edn | kubectl apply -f -
kubectl wait $(kubectl get pod -l app=cloud-pod -o name) --for=condition=Ready --timeout=240s
POD=$(kubectl get pod -l app=cloud-pod -o name)
kubectl wait $POD --for=condition=Ready --timeout=240s
kubectl scale deployment backup-restore --replicas 1