forked from GoogleCloudPlatform/microservices-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathskaffold.yaml
35 lines (35 loc) · 1.05 KB
/
skaffold.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
apiVersion: skaffold/v1alpha2
kind: Config
build:
tagPolicy:
gitCommit: {}
artifacts:
- imageName: gcr.io/istio-next/emailservice
workspace: src/emailservice
- imageName: gcr.io/istio-next/productcatalogservice
workspace: src/productcatalogservice
- imageName: gcr.io/istio-next/recommendationservice
workspace: src/recommendationservice
- imageName: gcr.io/istio-next/shippingservice
workspace: src/shippingservice
- imageName: gcr.io/istio-next/checkoutservice
workspace: src/checkoutservice
- imageName: gcr.io/istio-next/paymentservice
workspace: src/paymentservice
- imageName: gcr.io/istio-next/currencyservice
workspace: src/currencyservice
- imageName: gcr.io/istio-next/cartservice
workspace: src/cartservice
- imageName: gcr.io/istio-next/frontend
workspace: src/frontend
- imageName: gcr.io/istio-next/loadgenerator
workspace: src/loadgenerator
deploy:
kubectl:
manifests:
- ./kubernetes-manifests/**.yaml
profiles:
- name: gcb
build:
googleCloudBuild:
projectId: istio-next