Skip to content

Commit

Permalink
Rebuild all the k8s objects
Browse files Browse the repository at this point in the history
  • Loading branch information
hossambarakat committed Feb 8, 2019
1 parent ed772c1 commit 263f33a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions buildall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
docker build . -f EspressoShop.Web/dockerfile -t hossambarakat/espresso-shop-web
docker push hossambarakat/espresso-shop-web

docker build . -f EspressoShop.ProductCatalog/dockerfile -t hossambarakat/espresso-shop-product-catalog
docker push hossambarakat/espresso-shop-product-catalog

docker build . -f EspressoShop.Reviews/dockerfile -t hossambarakat/espresso-shop-reviews
docker push hossambarakat/espresso-shop-reviews


kubectl delete -f .\kubernetes\espresso-shop.yaml
istioctl kube-inject -f .\kubernetes\espresso-shop.yaml | kubectl apply -f -

0 comments on commit 263f33a

Please sign in to comment.