add kubernetes manifets and skaffold.yaml

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-21 14:02:20 -07:00
parent 28956fb240
commit 98ac7e3a10
6 changed files with 162 additions and 0 deletions

18
skaffold.yaml Normal file
View file

@ -0,0 +1,18 @@
apiVersion: skaffold/v1alpha2
kind: Config
build:
artifacts:
- imageName: emailservice
workspace: src/emailservice
- imageName: productcatalogservice
workspace: src/productcatalogservice
- imageName: recommendationservice
workspace: src/recommendationservice
- imageName: shippingservice
workspace: src/shippingservice
- imageName: checkoutservice
workspace: src/checkoutservice
deploy:
kubectl:
manifests:
- ./kubernetes-manifests/**.yaml