-
Notifications
You must be signed in to change notification settings - Fork 3
/
skaffold.yaml
39 lines (38 loc) · 1.07 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
36
37
38
apiVersion: skaffold/v1beta2
kind: Config
build:
artifacts:
# image tags are relative; to specify an image repo (e.g. GCR), you
# must provide a "default repo" using one of the methods described
# here:
# https://skaffold.dev/docs/concepts/#image-repository-handling
- image: adservice
context: src/adservice
- image: cartservice
context: src/cartservice
- image: checkoutservice
context: src/checkoutservice
- image: currencyservice
context: src/currencyservice
- image: emailservice
context: src/emailservice
- image: frontend
context: src/frontend
- image: loadgenerator
context: src/loadgenerator
- image: paymentservice
context: src/paymentservice
- image: productcatalogservice
context: src/productcatalogservice
- image: recommendationservice
context: src/recommendationservice
- image: shippingservice
context: src/shippingservice
tagPolicy:
gitCommit: {}
local:
useBuildkit: false
deploy:
kubectl:
manifests:
- ./kubernetes-manifests/**.yaml