changes to script
This commit is contained in:
parent
a7e1b2f882
commit
efd71a689a
1 changed files with 2 additions and 1 deletions
|
@ -24,8 +24,9 @@ function main()
|
|||
export ENDPOINT=$(kubectl get ingress ingress-localstack -o=jsonpath="{.status.loadBalancer.ingress[0].ip}")
|
||||
sudo bash -c "echo \"$ENDPOINT k3stesthost cloudhost\" >> /etc/hosts" # Remove this, works for testing, but fills your /etc/hosts
|
||||
|
||||
cd ../../../../
|
||||
lein uberjar
|
||||
java -jar ../../../../target/uberjar/c4k-nextcloud-standalone.jar ../../../../config-local.edn ../../../../auth-local.edn | kubectl apply -f -
|
||||
java -jar target/uberjar/c4k-nextcloud-standalone.jar config-local.edn auth-local.edn | kubectl apply -f -
|
||||
kubectl scale deployment backup-restore --replicas 1
|
||||
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue