-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathvalues.yaml
285 lines (231 loc) · 5.54 KB
/
values.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
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
# Place all applications under this project
argoProject: core
# Specifies the name of the cluster. This value is used to dynamically set the path for Argo CD Application manifests.
clusterName: core
# Specifies the destination server where the code will be deployed.
# In this case, "in-cluster" indicates that the deployment will happen within the Kubernetes cluster itself.
destinationServer: "in-cluster"
# Specifies the URL of the Git repository from which the code will be pulled for deployment.
# It is provided in the SSH format, indicating the username (`ci`), hostname (`git.example.com`),
# and port (`22`) of the Git server, along with the repository path (`cluster-add-ons`).
repoUrl: "ssh://[email protected]:22/kuberocketci/edp-cluster-add-ons"
# Specifies the target revision or branch of the Git repository that will be deployed.
# In this case, "main" indicates that the main branch of the repository will be used for deployment.
targetRevision: "main"
# keep sorted order
# -- ArgoCD Deployment
argo-cd:
# -- whether to create the namespace or not
createNamespace: false
enable: false
namespace: krci
atlantis:
createNamespace: false
enable: false
namespace: atlantis
# we install it in kube-system namespace so we don't need to create it
# -- AWS EFS CSI Driver
aws-efs-csi-driver:
enable: false
namespace: kube-system
awx-operator:
createNamespace: false
enable: false
namespace: awx-operator
# -- Capsule
capsule:
# -- whether to create the namespace or not
createNamespace: false
enable: false
namespace: capsule-system
# -- Capsule Tenant
capsule-tenant:
enable: false
namespace: capsule-system
# -- Cert Manager
cert-manager:
# -- whether to create the namespace or not
createNamespace: false
enable: false
namespace: cert-manager
# -- DefectDojo
defectdojo:
# -- whether to create the namespace or not
createNamespace: false
enable: false
namespace: defectdojo
dependency-track:
createNamespace: false
enable: false
namespace: dependency-track
external-secrets:
createNamespace: false
enable: false
namespace: external-secrets
# fluent-bit can be installed as a single component
fluent-bit:
createNamespace: false
enable: false
namespace: logging
harbor:
createNamespace: false
enable: false
namespace: harbor
# Harbor with High Availability
harbor-ha:
createNamespace: false
enable: false
namespace: harbor
# Harbor with HA, OKD Cluster
harbor-ha-okd:
createNamespace: false
enable: false
namespace: harbor
ingress-nginx:
createNamespace: false
enable: false
namespace: ingress-nginx
ingress-nginx-external:
createNamespace: false
enable: false
namespace: ingress-nginx-external
jaeger-operator:
enable: false
createNamespace: false
namespace: jaeger-operator
karma-dashboard:
createNamespace: false
enable: false
namespace: monitoring
# -- Application with Karpenter resources: NodePools and NodeClass
karpenter-np:
createNamespace: false
enable: false
namespace: karpenter
karpenter:
createNamespace: false
enable: false
namespace: karpenter
# -- Keda Job Scaler for KRCI deployments
keda-tenants:
createNamespace: false
enable: false
namespace: keda
keda:
createNamespace: false
enable: false
namespace: keda
keycloak:
createNamespace: false
enable: false
namespace: security
keycloak-postgresql:
createNamespace: false
enable: false
namespace: security
keycloak-operator:
createNamespace: false
enable: false
namespace: keycloak-operator
krakend:
createNamespace: false
enable: false
namespace: krakend
kuberocketci-pipelines:
createNamespace: false
enable: false
namespace: krci
repoUrl: ssh://[email protected]:22/epmd-edp/helm-helm-pipeline.git
kuberocketci-rbac:
createNamespace: false
enable: false
namespace: security
kuberocketci:
createNamespace: false
enable: false
namespace: krci
minio-operator:
createNamespace: false
enable: false
namespace: minio-operator
nexus-ce:
createNamespace: false
enable: false
namespace: nexus
nexus-operator:
createNamespace: false
enable: false
namespace: nexus
nexus:
createNamespace: false
enable: false
namespace: nexus
# OAuth2 Proxy for tekton dashboard
oauth2-proxy:
createNamespace: false
enable: false
namespace: oauth2-proxy
# opensearch includes opensearch, opensearch-dashboards, fluent-bit
opensearch:
createNamespace: false
enable: false
namespace: logging
opentelemetry-operator:
enable: false
createNamespace: false
namespace: opentelemetry-operator
# Postgres Operator
postgres-operator:
createNamespace: false
enable: false
namespace: postgres-operator
prometheus-operator:
createNamespace: false
enable: false
namespace: monitoring
redis-operator:
createNamespace: false
enable: false
namespace: redis-operator
report-portal:
createNamespace: false
enable: false
namespace: report-portal
sonar:
createNamespace: false
enable: false
namespace: sonar
sonar-operator:
createNamespace: false
enable: false
namespace: sonar
storage-class:
enable: false
tekton-cache:
createNamespace: false
enable: false
namespace: tekton-cache
tekton:
createNamespace: false
enable: false
namespace: tekton-pipelines
tekton-custom-task:
createNamespace: false
enable: false
namespace: krci
tekton-dashboard:
createNamespace: false
enable: false
namespace: krci
vault-kms:
createNamespace: false
enable: false
namespace: vault
vault-okd:
createNamespace: false
enable: false
namespace: vault
vault:
createNamespace: false
enable: false
namespace: vault