another try
This commit is contained in:
parent
3b0ff10188
commit
df46d9e2b5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue