forked from curiousjaki/transparency-logging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskaffold.yaml
40 lines (40 loc) · 1 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
39
40
apiVersion: skaffold/v4beta2
kind: Config
metadata:
name: transparency-logging
build:
artifacts:
- image: docker.io/ciphersmaug/tilt-frontend
context: src/frontend
docker:
dockerfile: Dockerfile
- image: docker.io/ciphersmaug/tilt-user
context: src/user
docker:
dockerfile: Dockerfile
- image: docker.io/ciphersmaug/tilt-address
context: src/address
docker:
dockerfile: Dockerfile
- image: docker.io/ciphersmaug/tilt-welcome
context: src/welcome
docker:
dockerfile: Dockerfile
- image: docker.io/ciphersmaug/tilt-newsletter
context: src/newsletter
docker:
dockerfile: Dockerfile
- image: docker.io/ciphersmaug/tilt-loadgenerator
context: src/loadgenerator
docker:
dockerfile: Dockerfile
- image: docker.io/ciphersmaug/tilt-dashboard
context: src/mining-dashboard
docker:
dockerfile: Dockerfile
manifests:
rawYaml:
#- logging-manifests/*
- transparency-manifests/*
- otel-manifests/*
- deployment.yaml