-
Notifications
You must be signed in to change notification settings - Fork 14
/
onpremises-kfd-v1alpha2.yaml
292 lines (288 loc) · 8.88 KB
/
onpremises-kfd-v1alpha2.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
286
287
288
289
290
291
292
# Copyright (c) 2017-present SIGHUP s.r.l All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
data:
customPatches:
configMapGenerator: []
secretGenerator: []
patches: []
patchesStrategicMerge: []
images: []
# the common section will be used by all the templates in all modules, everything defined here is something used by all the KFD modules.
common:
# where all the KFD modules are downloaded
relativeVendorPath: "../../vendor"
provider:
type: none
# the module section will be used to fine tune each module behaviour and configuration
modules:
# ingress module configuration
ingress:
overrides:
nodeSelector: null
tolerations: null
# override ingresses parameters
ingresses:
forecastle:
# disable authentication if set globally on auth module
disableAuth: false
# if empty, will use the default packageName + baseDomain from common configurations
host: ""
ingressClass: ""
baseDomain: example.dev
dns:
public:
name: ""
# if create is false, a data source will be used to get the public DNS, otherwise a public zone will be created
create: false
# private is used only when ingress.nginx.type is "dual"
private:
# required to be set by the user, ex: internal.fury-demo.sighup.io
name: ""
create: true
# internal field, should be either the VPC ID taken from the kubernetes
# phase or the ID of the created VPC in the Ifra phase
vpcId: ""
# common configuration for nginx ingress controller
nginx:
# can be single or dual
type: single
tls:
# can be certManager, secret or none
provider: certManager # it uses the configuration below as default when certManager is chosen
secret: #if we want to use custom certificates, the template should create a secret and set it as default certificate in NGINX, so patch nginx deployment accordingly
cert: |
value
key: |
value
ca: |
value
# the standard configuration for cert-manager on the ingress module
certManager:
# to create the clusterIssuer, this is an additional clusterIssuer than the two provided by cert-manager, for simplicity
clusterIssuer:
name: letsencrypt-fury
email: engineering+fury-distribution@sighup.io
type: null
# logging module configuration
logging:
overrides:
nodeSelector: null
tolerations: null
ingresses:
opensearchDashboards:
disableAuth: false
host: ""
ingressClass: ""
cerebro:
disableAuth: false
host: ""
ingressClass: ""
minio:
disableAuth: false
host: ""
ingressClass: ""
# can be none, opensearch, loki or customOutputs
type: opensearch
opensearch:
# can be single or triple
type: single
# if set, it will override the volumeClaimTemplates in the opensearch statefulSet
storageSize: 150Gi
minio:
# define the size for each minio disk, total disks to be created: 6
storageSize: 20Gi
rootUser:
username: minio
password: minio123
loki:
backend: minio
externalEndpoint:
endpoint: s3.eu-west-1.amazonaws.com
insecure: false
secretAccessKey: example
accessKeyId: example
bucketName: lokibucket
customOutputs: {}
# monitoring module configuration
monitoring:
type: prometheus
overrides:
nodeSelector: null
tolerations: null
# override ingresses parameters
ingresses:
prometheus:
disableAuth: false
host: ""
ingressClass: ""
alertmanager:
disableAuth: false
host: ""
ingressClass: ""
grafana:
disableAuth: false
host: ""
ingressClass: ""
grafanaBasicAuth:
disableAuth: false
host: ""
ingressClass: ""
minio:
disableAuth: false
host: ""
ingressClass: ""
prometheus:
retentionTime: 30d
retentionSize: 120GB
storageSize: 150Gi
prometheusAgent: {}
alertmanager:
installDefaultRules: true
deadManSwitchWebhookUrl: ""
slackWebhookUrl: ""
mimir:
retentionTime: 30d
# backend can be minio, externalEndpoint
backend: minio
externalEndpoint:
endpoint: s3.eu-west-1.amazonaws.com
insecure: false
secretAccessKey: example
accessKeyId: example
bucketName: mimirbucket
minio:
# define the size for each minio disk, total disks to be created: 6
storageSize: 20Gi
rootUser:
username: minio
password: minio123
grafana:
basicAuthIngress: false
# tracing module configuration
tracing:
overrides:
nodeSelector: null
tolerations: null
ingresses:
minio:
disableAuth: false
host: ""
ingressClass: ""
type: tempo
tempo:
retentionTime: 720h
backend: minio
externalEndpoint:
endpoint: s3.eu-west-1.amazonaws.com
insecure: false
secretAccessKey: example
accessKeyId: example
bucketName: tempobucket
minio:
# define the size for each minio disk, total disks to be created: 6
storageSize: 20Gi
rootUser:
username: minio
password: minio123
# networking module configuration
networking:
cilium:
podCidr: null
maskSize: "24"
overrides:
nodeSelector: null
tolerations: null
ingresses:
hubble:
disableAuth: false
host: ""
ingressClass: ""
# policy module configuration
policy:
overrides:
nodeSelector: null
tolerations: null
# override ingresses parameters
ingresses:
gpm:
disableAuth: false
host: ""
ingressClass: ""
# the standard configuration for gatekeeper on the policy module
gatekeeper:
# this configuration adds namespaces to the excluded list, actually whitelisting them
additionalExcludedNamespaces: []
enforcementAction: deny
installDefaultPolicies: true
kyverno:
# this configuration adds namespaces to the excluded list, actually whitelisting them
additionalExcludedNamespaces: []
validationFailureAction: Enforce
installDefaultPolicies: true
# dr module configuration
dr:
type: none
overrides:
nodeSelector: null
tolerations: null
# the standard configuration for velero on the dr module
velero:
backend: minio
externalEndpoint:
endpoint: s3.eu-west-1.amazonaws.com
insecure: false
secretAccessKey: example
accessKeyId: example
bucketName: velerobucket
schedules:
install: true
# auth module configuration
auth:
overrides:
nodeSelector: null
# override ingresses parameters
ingresses:
pomerium:
# disableAuth: false <- This doesn't make sense here.
host: ""
ingressClass: ""
dex:
host: ""
ingressClass: ""
gangplank:
host: ""
ingressClass: ""
tolerations: null
provider:
# can be none, basicAuth or sso. SSO uses pomerium+dex
type: none
basicAuth:
username: admin
password: admin
pomerium:
policy: ""
secrets:
# override environment variables here
##COOKIE_SECRET is obtained with `head -c32 /dev/urandom | base64` see https://www.pomerium.io/reference/#cookie-secret
COOKIE_SECRET: ""
##IDP_CLIENT_SECRET is the secret configured in the pomerium Dex static client
IDP_CLIENT_SECRET: ""
##SHARED_SECRET is obtained with `head -c32 /dev/urandom | base64` see https://www.pomerium.io/reference/#shared-secret
SHARED_SECRET: ""
dex:
# see dex documentation for more information
connectors: []
additionalStaticClients: []
expiry:
signingKeys: "6h"
idTokens: "24h"
oidcKubernetesAuth:
enabled: false
baseDomain: ""
templates:
includes:
- ".*\\.yaml"
- ".*\\.yml"
suffix: ".tpl"
processFilename: true