-
Notifications
You must be signed in to change notification settings - Fork 13
/
values.yaml
203 lines (157 loc) · 3.88 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
# 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/epam/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
# 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
awx-operator:
createNamespace: false
enable: false
# -- Capsule
capsule:
# -- whether to create the namespace or not
createNamespace: false
enable: false
# -- Capsule Tenant
capsule-tenant:
enable: false
# -- Cert Manager
cert-manager:
# -- whether to create the namespace or not
createNamespace: false
enable: false
# -- DefectDojo
defectdojo:
# -- whether to create the namespace or not
createNamespace: false
enable: false
dependency-track:
createNamespace: false
enable: false
kuberocketci:
createNamespace: false
enable: false
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
external-secrets:
createNamespace: false
enable: false
# fluent-bit can be installed as a single component
fluent-bit:
createNamespace: false
enable: false
harbor:
createNamespace: false
enable: false
# Harbor with High Availability
harbor-ha:
createNamespace: false
enable: false
# Harbor with HA, OKD Cluster
harbor-ha-okd:
createNamespace: false
enable: false
ingress-nginx:
createNamespace: false
enable: false
ingress-nginx-external:
createNamespace: false
enable: false
jaeger-operator:
enable: false
createNamespace: false
keycloak:
createNamespace: false
enable: false
keycloak-postgresql:
createNamespace: false
enable: false
keycloak-operator:
createNamespace: false
enable: false
krakend:
createNamespace: false
enable: false
minio-operator:
createNamespace: false
enable: false
nexus:
createNamespace: false
enable: false
nexus-operator:
createNamespace: false
enable: false
# OAuth2 Proxy for tekton dashboard
oauth2-proxy:
createNamespace: false
enable: false
# opensearch includes opensearch, opensearch-dashboards, fluent-bit
opensearch:
createNamespace: false
enable: false
opentelemetry-operator:
enable: false
createNamespace: false
# Postgres Operator
postgres-operator:
createNamespace: false
enable: false
report-portal:
createNamespace: false
enable: false
prometheus-operator:
createNamespace: false
enable: false
redis-operator:
createNamespace: false
enable: false
sonar:
createNamespace: false
enable: false
sonar-operator:
createNamespace: false
enable: false
storage-class:
enable: false
tekton-cache:
createNamespace: false
enable: false
tekton:
createNamespace: false
enable: false
vault:
createNamespace: false
enable: false
vault-kms:
createNamespace: false
enable: false
vault-okd:
createNamespace: false
enable: false
atlantis:
createNamespace: false
enable: false