-
Notifications
You must be signed in to change notification settings - Fork 0
/
skaffold.yaml
45 lines (44 loc) · 829 Bytes
/
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
39
40
41
42
43
44
45
apiVersion: skaffold/v2beta28
kind: Config
metadata:
name: phi
build:
tagPolicy:
gitCommit:
ignoreChanges: true
insecureRegistries:
- docker.io
local:
useBuildkit: true
concurrency: 0
artifacts:
- image: aaarti/phi-tinkgw
ko:
main: ./go/tinkgw
dependencies:
paths: [ "./go/proto/*.go" ]
- image: aaarti/phi-core
ko:
main: ./go/core
dependencies:
paths: [ "./go/proto/*.go" ]
- image: aaarti/phi-ledger
ko:
main: ./go/ledger
dependencies:
paths: [ "./go/proto/*.go" ]
- image: aaarti/phi-ui
context: ./ui
- image: aaarrti/phi-fava
context: ./fava
deploy:
kustomize:
paths:
- k8s/tinkgw
- k8s/core
- k8s/ledger
- k8s/ui
- k8s/fava
kubectl:
manifests:
- k8s/configmap.yaml