-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent-constructor.yaml
More file actions
190 lines (166 loc) · 6.7 KB
/
component-constructor.yaml
File metadata and controls
190 lines (166 loc) · 6.7 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
components:
- name: github.com/openmcp-project/observability-stack
version: ${OBSERVABILITY_STACK_VERSION}
provider:
name: openmcp-project
componentReferences:
- componentName: github.com/openmcp-project/metrics-operator
name: metrics-operator
version: ${METRICS_OPERATOR_VERSION}
resources:
# kro resource graph definitions
- name: resource-graph-definition
type: blob
input:
type: file
path: tmp/rgd-merged.yaml
# cert manager
- name: cert-manager-chart
version: ${CERT_MANAGER_VERSION}
type: helmChart
input:
type: ociImage
path: "quay.io/jetstack/charts/cert-manager:${CERT_MANAGER_VERSION}"
repository: charts/cert-manager
- name: cert-manager-controller-image
version: ${CERT_MANAGER_VERSION}
type: ociImage
input:
type: ociImage
path: "quay.io/jetstack/cert-manager-controller:${CERT_MANAGER_VERSION}"
repository: images/cert-manager-controller
- name: cert-manager-webhook-image
version: ${CERT_MANAGER_VERSION}
type: ociImage
input:
type: ociImage
path: "quay.io/jetstack/cert-manager-webhook:${CERT_MANAGER_VERSION}"
repository: images/cert-manager-webhook
- name: cert-manager-cainjector-image
version: ${CERT_MANAGER_VERSION}
type: ociImage
input:
type: ociImage
path: "quay.io/jetstack/cert-manager-cainjector:${CERT_MANAGER_VERSION}"
repository: images/cert-manager-cainjector
- name: cert-manager-acmesolver-image
version: ${CERT_MANAGER_VERSION}
type: ociImage
input:
type: ociImage
path: "quay.io/jetstack/cert-manager-acmesolver:${CERT_MANAGER_VERSION}"
repository: images/cert-manager-acmesolver
- name: cert-manager-startupapicheck-image
version: ${CERT_MANAGER_VERSION}
type: ociImage
input:
type: ociImage
path: "quay.io/jetstack/cert-manager-startupapicheck:${CERT_MANAGER_VERSION}"
repository: images/cert-manager-startupapicheck
# kube rbac proxy
- name: kube-rbac-proxy-image
version: ${KUBE_RBAC_PROXY_VERSION}
type: ociImage
input:
type: ociImage
path: "quay.io/brancz/kube-rbac-proxy:${KUBE_RBAC_PROXY_VERSION}"
repository: images/kube-rbac-proxy
# open telemetry operator
- name: open-telemetry-operator-chart
version: ${OPEN_TELEMETRY_OPERATOR_CHART_VERSION}
type: helmChart
input:
type: ociImage
path: "ghcr.io/open-telemetry/opentelemetry-helm-charts/opentelemetry-operator:${OPEN_TELEMETRY_OPERATOR_CHART_VERSION}"
repository: charts/opentelemetry-operator
- name: open-telemetry-operator-image
version: ${OPEN_TELEMETRY_OPERATOR_IMAGE_VERSION}
type: ociImage
input:
type: ociImage
path: "ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:${OPEN_TELEMETRY_OPERATOR_IMAGE_VERSION}"
repository: images/opentelemetry-operator
# open telemetry collector
- name: open-telemetry-collector-kustomization
version: ${OBSERVABILITY_STACK_VERSION}
type: kustomization
access:
type: ociArtifact
imageReference: "${KUSTOMIZATIONS_LOCATION_PREFIX}/open-telemetry-collector:${OBSERVABILITY_STACK_VERSION}"
- name: open-telemetry-collector-image
version: ${OPEN_TELEMETRY_COLLECTOR_IMAGE_VERSION}
type: ociImage
input:
type: ociImage
path: "docker.io/otel/opentelemetry-collector-contrib:${OPEN_TELEMETRY_COLLECTOR_IMAGE_VERSION#v}"
repository: images/opentelemetry-collector
# prometheus operator
- name: prometheus-operator-kustomization
version: ${OBSERVABILITY_STACK_VERSION}
type: kustomization
access:
type: ociArtifact
imageReference: "${KUSTOMIZATIONS_LOCATION_PREFIX}/prometheus-operator:${OBSERVABILITY_STACK_VERSION}"
- name: prometheus-operator-image
version: ${PROMETHEUS_OPERATOR_IMAGE_VERSION}
type: ociImage
input:
type: ociImage
path: "quay.io/prometheus-operator/prometheus-operator:${PROMETHEUS_OPERATOR_IMAGE_VERSION}"
repository: images/prometheus-operator
- name: prometheus-operator-config-reloader-image
version: ${PROMETHEUS_OPERATOR_CONFIG_RELOADER_IMAGE_VERSION}
type: ociImage
input:
type: ociImage
path: "quay.io/prometheus-operator/prometheus-config-reloader:${PROMETHEUS_OPERATOR_CONFIG_RELOADER_IMAGE_VERSION}"
repository: images/prometheus-config-reloader
# prometheus
- name: prometheus-kustomization
version: ${OBSERVABILITY_STACK_VERSION}
type: kustomization
access:
type: ociArtifact
imageReference: "${KUSTOMIZATIONS_LOCATION_PREFIX}/prometheus:${OBSERVABILITY_STACK_VERSION}"
- name: prometheus-image
version: ${PROMETHEUS_OPERATOR_IMAGE_VERSION}
type: ociImage
input:
type: ociImage
path: "quay.io/prometheus/prometheus:${PROMETHEUS_IMAGE_VERSION}"
repository: images/prometheus
- name: alertmanager-image
version: ${ALERTMANAGER_IMAGE_VERSION}
type: ociImage
input:
type: ociImage
path: "quay.io/prometheus/alertmanager:${ALERTMANAGER_IMAGE_VERSION}"
repository: images/alertmanager
# metrics
- name: metrics-kustomization
version: ${OBSERVABILITY_STACK_VERSION}
type: kustomization
access:
type: ociArtifact
imageReference: "${KUSTOMIZATIONS_LOCATION_PREFIX}/metrics:${OBSERVABILITY_STACK_VERSION}"
# observability gateway
- name: observability-gateway-kustomization
version: ${OBSERVABILITY_STACK_VERSION}
type: kustomization
access:
type: ociArtifact
imageReference: "${KUSTOMIZATIONS_LOCATION_PREFIX}/observability-gateway:${OBSERVABILITY_STACK_VERSION}"
# victoria logs
- name: victoria-logs-kustomization
version: ${OBSERVABILITY_STACK_VERSION}
type: kustomization
access:
type: ociArtifact
imageReference: "${KUSTOMIZATIONS_LOCATION_PREFIX}/victoria-logs:${OBSERVABILITY_STACK_VERSION}"
- name: victoria-logs-image
version: ${VICTORIA_LOGS_IMAGE_VERSION}
type: ociImage
input:
type: ociImage
path: "docker.io/victoriametrics/victoria-logs:${VICTORIA_LOGS_IMAGE_VERSION}"
repository: images/victoria-logs