Skip to content

Commit

Permalink
fix: updates
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kalashnykov <AndriyKalashnykov@gmail.com>
  • Loading branch information
AndriyKalashnykov committed Nov 17, 2023
1 parent 9a5b5ec commit 78c8ea8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/kind-deploy-app-foo-bar-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ fi

cd $SCRIPT_PARENT_DIR

docker pull hashicorp/http-echo:0.2.3
kind load docker-image hashicorp/http-echo:0.2.3

echo "deploying foo-bar-service"
kubectl apply -f ./k8s/foo-bar-deployment.yaml

Expand Down
3 changes: 3 additions & 0 deletions scripts/kind-deploy-app-helloweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ fi

cd $SCRIPT_PARENT_DIR

docker pull us-docker.pkg.dev/google-samples/containers/gke/hello-app:1.0
kind load docker-image us-docker.pkg.dev/google-samples/containers/gke/hello-app:1.0

echo "deploying helloweb"
kubectl apply -f ./k8s/helloweb-deployment.yaml

Expand Down

0 comments on commit 78c8ea8

Please sign in to comment.