-
Notifications
You must be signed in to change notification settings - Fork 74
/
values.yaml
515 lines (491 loc) · 14.5 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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
# Default values for OpenMetadata.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
# Overrides the openmetadata config file with the help of Environment Variables
# Below are defaults as per openmetadata-dependencies Helm Chart Values
openmetadata:
config:
upgradeMigrationConfigs:
debug: false
# You can pass the additional argument flags to the openmetadata-ops.sh migrate command
# Example if you want to force migration runs, use additionalArgs: "--force"
additionalArgs: ""
# Values can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL
logLevel: INFO
clusterName: openmetadata
openmetadata:
host: "0.0.0.0"
# URI to use with OpenMetadata Alerts Integrations
uri: "http://openmetadata:8585"
port: 8585
adminPort: 8586
elasticsearch:
enabled: true
host: opensearch
searchType: opensearch
port: 9200
scheme: http
clusterAlias: ""
# Value in Bytes
payLoadSize: 10485760
connectionTimeoutSecs: 5
socketTimeoutSecs: 60
batchSize: 100
searchIndexMappingLanguage: "EN"
keepAliveTimeoutSecs: 600
trustStore:
enabled: false
path: ""
password:
secretRef: "elasticsearch-truststore-secrets"
secretKey: "openmetadata-elasticsearch-truststore-password"
auth:
enabled: false
username: "elasticsearch"
password:
secretRef: elasticsearch-secrets
secretKey: openmetadata-elasticsearch-password
database:
enabled: true
host: mysql
port: 3306
driverClass: com.mysql.cj.jdbc.Driver
dbScheme: mysql
databaseName: openmetadata_db
auth:
username: openmetadata_user
password:
secretRef: mysql-secrets
secretKey: openmetadata-mysql-password
dbParams: "allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC"
maxSize: 50
minSize: 10
initialSize: 10
checkConnectionWhileIdle: true
checkConnectionOnBorrow: true
evictionInterval: 5 minutes
minIdleTime: 1 minute
pipelineServiceClientConfig:
enabled: true
className: "org.openmetadata.service.clients.pipeline.airflow.AirflowRESTClient"
# endpoint url for airflow
apiEndpoint: http://openmetadata-dependencies-web:8080
# this will be the api endpoint url of OpenMetadata Server
metadataApiEndpoint: http://openmetadata:8585/api
# possible values are "no-ssl", "ignore", "validate"
verifySsl: "no-ssl"
hostIp: ""
ingestionIpInfoEnabled: false
# healthCheckInterval in seconds
healthCheckInterval: 300
# local path in Airflow Pod
sslCertificatePath: "/no/path"
auth:
enabled: true
username: admin
password:
secretRef: airflow-secrets
secretKey: openmetadata-airflow-password
trustStorePath: ""
trustStorePassword:
secretRef: ""
secretKey: ""
authorizer:
enabled: true
className: "org.openmetadata.service.security.DefaultAuthorizer"
containerRequestFilter: "org.openmetadata.service.security.JwtFilter"
initialAdmins:
- "admin"
allowedEmailRegistrationDomains:
- "all"
principalDomain: "open-metadata.org"
enforcePrincipalDomain: false
enableSecureSocketConnection: false
useRolesFromProvider: false
authentication:
enabled: true
clientType: public
provider: "basic"
publicKeys:
- "http://openmetadata:8585/api/v1/system/config/jwks"
authority: "https://accounts.google.com"
clientId: ""
callbackUrl: ""
responseType: id_token
jwtPrincipalClaims:
- "email"
- "preferred_username"
- "sub"
jwtPrincipalClaimsMapping: []
# jwtPrincipalClaimsMapping:
# - username:sub
# - email:email
enableSelfSignup: true
oidcConfiguration:
enabled: false
oidcType: ""
clientId:
secretRef: oidc-secrets
secretKey: openmetadata-oidc-client-id
clientSecret:
secretRef: oidc-secrets
secretKey: openmetadata-oidc-client-secret
scope: "openid email profile"
discoveryUri: ""
useNonce: true
preferredJwsAlgorithm: RS256
responseType: code
disablePkce: true
callbackUrl: http://openmetadata:8585/callback
serverUrl: http://openmetadata:8585
clientAuthenticationMethod: client_secret_post
tenant: ""
maxClockSkew: ""
tokenValidity: "3600"
customParams: ""
ldapConfiguration:
host: localhost
port: 10636
dnAdminPrincipal: "cn=admin,dc=example,dc=com"
dnAdminPassword:
secretRef: ldap-admin-secret
secretKey: openmetadata-ldap-secret
userBaseDN: "ou=people,dc=example,dc=com"
mailAttributeName: email
maxPoolSize: 3
sslEnabled: false
groupBaseDN: ""
roleAdminName: ""
allAttributeName: ""
usernameAttributeName: ""
groupAttributeName: ""
groupAttributeValue: ""
groupMemberAttributeName: ""
authRolesMapping: ""
authReassignRoles: []
# Possible values are CustomTrustStore, HostName, JVMDefault, TrustAll
truststoreConfigType: TrustAll
trustStoreConfig:
customTrustManagerConfig:
trustStoreFilePath: ""
trustStoreFilePassword:
secretRef: ""
secretKey: ""
trustStoreFileFormat: ""
verifyHostname: true
examineValidityDates: true
hostNameConfig:
allowWildCards: false
acceptableHostNames: []
jvmDefaultConfig:
verifyHostname: true
trustAllConfig:
examineValidityDates: true
saml:
debugMode: false
idp:
entityId: ""
ssoLoginUrl: ""
idpX509Certificate:
secretRef: ""
secretKey: ""
authorityUrl: "http://openmetadata:8585/api/v1/saml/login"
nameId: "urn:oasis:names:tc:SAML:2.0:nameid-format:emailAddress"
sp:
entityId: "http://openmetadata:8585/api/v1/saml/metadata"
acs: "http://openmetadata:8585/api/v1/saml/acs"
spX509Certificate:
secretRef: ""
secretKey: ""
spPrivateKey:
secretRef: ""
secretKey: ""
callback: "http://openmetadata:8585/saml/callback"
security:
strictMode: false
validateXml: false
tokenValidity: 3600
sendEncryptedNameId: false
sendSignedAuthRequest: false
signSpMetadata: false
wantMessagesSigned: false
wantAssertionsSigned: false
wantAssertionEncrypted: false
keyStoreFilePath: ""
keyStoreAlias:
secretRef: ""
secretKey: ""
keyStorePassword:
secretRef: ""
secretKey: ""
jwtTokenConfiguration:
enabled: true
# File Path on Airflow Container
rsapublicKeyFilePath: "./conf/public_key.der"
# File Path on Airflow Container
rsaprivateKeyFilePath: "./conf/private_key.der"
jwtissuer: "open-metadata.org"
keyId: "Gb389a-9f76-gdjs-a92j-0242bk94356"
fernetkey:
value: "jJ/9sz0g0OHxsfxOoSfdFdmk3ysNmPRnH3TUAbz3IHA="
secretRef: ""
secretKey: ""
eventMonitor:
enabled: true
# Possible values are prometheus and cloudwatch
type: prometheus
batchSize: 10
pathPattern:
- "/api/v1/tables/*"
- "/api/v1/health-check"
# For value p99=0.99, p90=0.90, p50=0.50 etc.
latency: []
# - "p99=0.99"
# - "p90=0.90"
# - "p50=0.50"
smtpConfig:
enableSmtpServer: false
emailingEntity: "OpenMetadata"
supportUrl: "https://slack.open-metadata.org"
transportationStrategy: "SMTP_TLS"
openMetadataUrl: "http://openmetadata:8585"
serverEndpoint: ""
serverPort: ""
senderMail: ""
username: ""
password:
secretRef: ""
secretKey: ""
secretsManager:
enabled: true
# Possible values are db, aws, aws-ssm, managed-aws, managed-aws-ssm, in-memory, managed-azure-kv, azure-kv, gcp
provider: db
# Define the secret key ID as /<prefix>/<clusterName>/<key> for AWS
# Define the secret key ID as <prefix>-<clusterName>-<key> for Azure
prefix: ""
# Add tags to the created resource, e.g., in AWS. Format is `[key1:value1,key2:value2,...]`
tags: []
additionalParameters:
enabled: false
region: ""
# For AWS
accessKeyId:
secretRef: ""
secretKey: ""
secretAccessKey:
secretRef: ""
secretKey: ""
# accessKeyId:
# secretRef: aws-access-key-secret
# secretKey: aws-key-secret
# secretAccessKey:
# secretRef: aws-secret-access-key-secret
# secretKey: aws-key-secret
# For Azure
clientId:
secretRef: ""
secretKey: ""
clientSecret:
secretRef: ""
secretKey: ""
tenantId:
secretRef: ""
secretKey: ""
vaultName:
secretRef: ""
secretKey: ""
# clientId:
# secretRef: azure-client-id-secret
# secretKey: azure-key-secret
# clientSecret:
# secretRef: azure-client-secret
# secretKey: azure-key-secret
# tenantId:
# secretRef: azure-tenant-id-secret
# secretKey: azure-key-secret
# vaultName:
# secretRef: azure-vault-name-secret
# secretKey: azure-key-secret
# For GCP
projectId:
secretRef: ""
secretKey: ""
# projectId:
# secretRef: gcp-project-id-secret
# secretKey: gcp-key-secret
# You can create Kubernetes secrets from AWS Credentials with the below command
# kubectl create secret generic aws-key-secret \
# --from-literal=aws-access-key-secret=<access_key_id_value> \
# --from-literal=aws-secret-access-key-secret=<access_key_secret_value>
web:
enabled: true
uriPath: "/api"
hsts:
enabled: false
maxAge: "365 days"
includeSubDomains: "true"
preload: "true"
frameOptions:
enabled: false
option: "SAMEORIGIN"
origin: ""
contentTypeOptions:
enabled: false
xssProtection:
enabled: false
onXss: true
block: true
csp:
enabled: false
policy: "default-src 'self'"
reportOnlyPolicy: ""
referrerPolicy:
enabled: false
option: "SAME_ORIGIN"
permissionPolicy:
enabled: false
option: ""
cacheControl: ""
pragma: ""
networkPolicy:
# If networkPolicy is true, following values can be set
# for ingress on port 8585 and 8586
enabled: false
# Example Google SSO Auth Config
# authorizer:
# className: "org.openmetadata.service.security.DefaultAuthorizer"
# containerRequestFilter: "org.openmetadata.service.security.JwtFilter"
# initialAdmins:
# - "suresh"
# principalDomain: "open-metadata.org"
# authentication:
# provider: "google"
# publicKeys:
# - "https://www.googleapis.com/oauth2/v3/certs"
# authority: "https://accounts.google.com"
# clientId: "<client_id>"
# callbackUrl: "<callback_url>"
image:
repository: docker.getcollate.io/openmetadata/server
# Overrides the image tag whose default is the chart appVersion.
tag: ""
pullPolicy: "Always"
sidecars: []
# - name: "busybox"
# image: "busybox:1.34.1"
# imagePullPolicy: "Always"
# command: ["ls"]
# args: ["-latr", "/usr/share"]
# env:
# - name: DEMO
# value: "DEMO"
# volumeMounts:
# - name: extras
# mountPath: /usr/share/extras
# readOnly: true
imagePullSecrets: []
nameOverride: ""
fullnameOverride: "openmetadata"
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
automountServiceAccountToken: true
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 100
service:
type: ClusterIP
port: 8585
adminPort: 8586
annotations: {}
# Service monitor for Prometheus metrics
serviceMonitor:
enabled: false
interval: 30s
annotations: {}
labels: {}
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/tls-acme: "true"
hosts:
- host: open-metadata.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: tls-open-metadata.local
# hosts:
# - open-metadata.local
extraEnvs: []
# - name: MY_ENVIRONMENT_VAR
# value: the_value_goes_here
envFrom: []
# - secretRef:
# name: secret_containing_config
extraVolumes: []
# - name: extras
# emptyDir: {}
extraVolumeMounts: []
# - name: extras
# mountPath: /usr/share/extras
# readOnly: true
# Provision for InitContainers to be running after the `run-db-migration` InitContainer
extraInitContainers: []
# Provision for InitContainers to be running before the `run-db-migration` InitContainer
preMigrateInitContainers: []
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 1
# memory: 2048Mi
# requests:
# cpu: 500m
# memory: 256Mi
nodeSelector: {}
tolerations: []
affinity: {}
livenessProbe:
initialDelaySeconds: 60
periodSeconds: 30
failureThreshold: 5
httpGet:
path: /healthcheck
port: http-admin
readinessProbe:
initialDelaySeconds: 60
periodSeconds: 30
failureThreshold: 5
httpGet:
path: /
port: http
startupProbe:
periodSeconds: 60
failureThreshold: 5
successThreshold: 1
httpGet:
path: /healthcheck
port: http-admin
podDisruptionBudget:
enabled: false
config:
maxUnavailable: "1"
minAvailable: "1"
commonLabels: {}
podAnnotations: {}