microservices-demo/skaffold.yaml
Ahmet Alp Balkan 60efbc0f9e integrate currencyservice to k8s deployment
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-06-22 16:11:21 -07:00

22 lines
612 B
YAML

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
- imageName: paymentservice
workspace: src/paymentservice
- imageName: currencyservice
workspace: src/currencyservice
deploy:
kubectl:
manifests:
- ./kubernetes-manifests/**.yaml