microservices-demo/skaffold.yaml

29 lines
753 B
YAML
Raw Normal View History

apiVersion: skaffold/v1alpha2
kind: Config
build:
tagPolicy:
gitCommit: {}
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
- imageName: cartservice
workspace: src/cartservice
- imageName: frontend
workspace: src/frontend
deploy:
kubectl:
manifests:
- ./kubernetes-manifests/**.yaml