-
Notifications
You must be signed in to change notification settings - Fork 25
/
.opsninja.yaml
88 lines (84 loc) · 2.93 KB
/
.opsninja.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
metadata:
repository: git@github.com:fluxninja/aperture.git
repositories:
ssh://git@github.com/fluxninja/aperture:
identities:
- "75:2f:7a:fe:d3:a1:5e:81:a8:d2:cc:3a:21:59:b7:2c" # CircleCI fluxninja/aperture standard pipeline R/O
bundles:
aperture:
components:
- charts/aperture-agent
- applications/aperture-agent
charts:
aperture-agent:
path: manifests/charts/aperture-agent/
aperture-controller:
path: manifests/charts/aperture-controller/
istioconfig:
path: manifests/charts/istioconfig/
applications:
aperture-operator:
image:
name: aperture-operator
docker_context: operator
dockerfile: operator/Dockerfile
argo_manifests:
- app_path: apps/app-of-apps/aperture-system/agent.yaml
image_prefix: NINJA_APERTURE_OPERATOR_
aperture-agent:
image:
name: aperture-agent
docker_context: cmd/aperture-agent
dockerfile: cmd/aperture-agent/Dockerfile
deployment:
manifests/charts/aperture-agent/.+: charts/aperture/aperture-agent/
argo_manifests:
- app_path: apps/app-of-apps/aperture-system/agent.yaml
image_prefix: NINJA_APERTURE_AGENT_
aperture-controller:
image:
name: aperture-controller
docker_context: cmd/aperture-controller
dockerfile: cmd/aperture-controller/Dockerfile
deployment:
manifests/charts/aperture-controller/.+: charts/aperture/aperture-controller/
argo_manifests:
- app_path: apps/app-of-apps/aperture-system/agent.yaml
image_prefix: NINJA_AGENT_CONTROLLER_
cloud-agent:
image:
name: aperture-agent
docker_context: cmd/aperture-agent
dockerfile: cmd/aperture-agent/Dockerfile
argo_manifests:
- app_path: apps/app-of-apps/cloud/organization-operator.yaml
image_prefix: NINJA_APERTURE_AGENT_
- app_path: apps/app-of-apps/cloud/temporal-worker.yaml
image_prefix: NINJA_APERTURE_AGENT_
cloud-controller:
image:
name: aperture-controller
docker_context: cmd/aperture-controller
dockerfile: cmd/aperture-controller/Dockerfile
argo_manifests:
- app_path: apps/app-of-apps/cloud/organization-operator.yaml
image_prefix: NINJA_AGENT_CONTROLLER_
- app_path: apps/app-of-apps/cloud/temporal-worker.yaml
image_prefix: NINJA_AGENT_CONTROLLER_
demo-app:
image:
name: demo-app
docker_context: playground/scenarios/demo-app/application
dockerfile: playground/scenarios/demo-app/application/Dockerfile
deployment:
playground/tanka/charts/demo-app/.+: charts/aperture/demo-app/
java-demo-app:
image:
name: java-demo-app
docker_context: playground/scenarios/demo-app/application
dockerfile: playground/scenarios/demo-app/application/Dockerfile
deployment:
playground/tanka/charts/java-demo-app/.+: charts/aperture/demo-app/
istioconfig:
deployment:
manifests/charts/istioconfig/.+: charts/aperture/istioconfig/