Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Apr 27, 2023
1 parent efd0c6c commit 8a31303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-and-deploy-minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ checkCommandsAvailable helm docker kubectl yq minikube
minikube delete
minikube start --cpus=6 --memory=8000MB --network-plugin=cni --cni=calico --driver=docker
eval $(minikube docker-env)
./build-an-deploy.sh
./build-an-deploy.sh

sleep 5

echo "let's go!"

$(kubectl port-forward service/wrongsecrets-balancer 3000:3000)

$(kubectl logs -f -l app=wrongsecrets-balancer)
$(kubectl logs -f -l app=wrongsecrets-balancer)

0 comments on commit 8a31303

Please sign in to comment.