microservices-demo/skaffold.yaml
Ahmet Alp Balkan 8c3d36d81e loadgenerator prototype
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-06-29 16:37:01 -07:00

30 lines
815 B
YAML

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