forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
367 lines (316 loc) · 12.2 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
global:
serviceAccountName: &service-account-name "airbyte-admin"
credVolumeOverride: ""
secretName: ""
extraContainers: []
database:
secretName: ""
secretValue: ""
host: "example.com"
port: "5432"
logs:
## logs.accessKey.password Logs Access Key
## logs.accessKey.existingSecret
## logs.accessKey.existingSecretKey
accessKey:
password: minio
existingSecret: ""
existingSecretKey: ""
## logs.secretKey.password Logs Secret Key
## logs.secretKey.existingSecret
## logs.secretKey.existingSecretKey
secretKey:
password: minio123
existingSecret: ""
existingSecretKey: ""
## logs.minio.enabled Switch to enable or disable the Minio helm chart
minio:
enabled: true
## logs.externalMinio.enabled Switch to enable or disable an external Minio instance
## logs.externalMinio.host External Minio Host
## logs.externalMinio.port External Minio Port
externalMinio:
enabled: false
host: localhost
port: 9000
## logs.s3.enabled Switch to enable or disable custom S3 Log location
## logs.s3.bucket Bucket name where logs should be stored
## logs.s3.bucketRegion Region of the bucket (must be empty if using minio)
s3:
enabled: false
bucket: airbyte-dev-logs
bucketRegion: ""
## Google Cloud Storage (GCS) Log Location Configuration
## logs.gcs.bucket GCS bucket name
## logs.gcs.credentials The path the GCS creds are written to
## logs.gcs.credentialsJson Base64 encoded json GCP credentials file contents
gcs:
bucket: ""
# If you are mounting an existing secret to extraVolumes on scheduler, server and worker
# deployments, then set credentials to the path of the mounted JSON file
credentials: ""
# If credentialsJson is set then credentials auto resolves (to /secrets/gcs-log-creds/gcp.json)
credentialsJson: ""
jobs:
## Jobs resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-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:'.
## jobs.resources.limits [object] The resources limits for jobs
## jobs.resources.requests [object] The requested resources for jobs
resources:
## Example:
## requests:
## memory: 256Mi
## cpu: 250m
requests: {}
## Example:
## limits:
## cpu: 200m
## memory: 1Gi
limits: {}
kube:
service_account: default
## JOB_KUBE_ANNOTATIONS
## pod annotations of the sync job and the default pod annotations fallback for others jobs
## jobs.kube.annotations [object] key/value annotations applied to kube jobs
annotations: {}
## JOB_KUBE_NODE_SELECTORS
## pod node selector of the sync job and the default pod node selector fallback for others jobs
## jobs.kube.nodeSelector [object] key/value node selector applied to kube jobs
nodeSelector: {}
## JOB_KUBE_TOLERATIONS
## jobs.kube.tolerations [array] Tolerations for jobs.kube pod assignment.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
## any boolean values should be quoted to ensure the value is passed through as a string, eg:
## - key: airbyte-server
## operator: Equal
## value: "true"
## effect: NoSchedule
tolerations: []
## JOB_KUBE_MAIN_CONTAINER_IMAGE_PULL_SECRET
## image pull secret to use for job pod
## jobs.kube.main_container_image_pull_secret [string] image pull secret to use for job pod
main_container_image_pull_secret: ""
enabled: true
## worker.replicaCount Number of worker replicas
replicaCount: 1
## worker.image.repository The repository to use for the airbyte worker image.
## worker.image.pullPolicy the pull policy to use for the airbyte worker image
## worker.image.tag The airbyte worker image tag. Defaults to the chart's AppVersion
image:
repository: airbyte/worker
pullPolicy: IfNotPresent
## worker.podAnnotations [object] Add extra annotations to the worker pod(s)
##
podAnnotations: {}
## worker.containerSecurityContext Security context for the container
## Examples:
## containerSecurityContext:
## runAsNonRoot: true
## runAsUser: 1000
## readOnlyRootFilesystem: true
containerSecurityContext: {}
## Configure extra options for the worker containers' liveness and readiness probes
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
## worker.livenessProbe.enabled Enable livenessProbe on the worker
## worker.livenessProbe.initialDelaySeconds Initial delay seconds for livenessProbe
## worker.livenessProbe.periodSeconds Period seconds for livenessProbe
## worker.livenessProbe.timeoutSeconds Timeout seconds for livenessProbe
## worker.livenessProbe.failureThreshold Failure threshold for livenessProbe
## worker.livenessProbe.successThreshold Success threshold for livenessProbe
##
livenessProbe:
enabled: true
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
successThreshold: 1
## worker.readinessProbe.enabled Enable readinessProbe on the worker
## worker.readinessProbe.initialDelaySeconds Initial delay seconds for readinessProbe
## worker.readinessProbe.periodSeconds Period seconds for readinessProbe
## worker.readinessProbe.timeoutSeconds Timeout seconds for readinessProbe
## worker.readinessProbe.failureThreshold Failure threshold for readinessProbe
## worker.readinessProbe.successThreshold Success threshold for readinessProbe
##
readinessProbe:
enabled: true
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
successThreshold: 1
## worker resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-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:'.
## worker.resources.limits [object] The resources limits for the worker container
## worker.resources.requests [object] The requested resources for the worker container
resources:
## Example:
## limits:
## cpu: 200m
## memory: 1Gi
limits: {}
## Examples:
## requests:
## memory: 256Mi
## cpu: 250m
requests: {}
## worker.nodeSelector [object] Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
## worker.tolerations [array] Tolerations for worker pod assignment.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: []
## worker.affinity [object] Affinity and anti-affinity for worker pod assignment.
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
##
affinity: {}
## worker.log.level The log level to log at.
log:
level: "INFO"
## worker.extraVolumeMounts [array] Additional volumeMounts for worker container(s).
## Examples (when using `worker.containerSecurityContext.readOnlyRootFilesystem=true`):
## extraVolumeMounts:
## - name: tmpdir
## mountPath: /tmp
##
extraVolumeMounts: []
## worker.extraVolumes [array] Additional volumes for worker pod(s).
## Examples (when using `worker.containerSecurityContext.readOnlyRootFilesystem=true`):
## extraVolumes:
## - name: tmpdir
## emptyDir: {}
##
extraVolumes: []
## extraContainer [array] Additional container for server pod(s)
## Example:
# extraContainers:
# - name: otel_collector
# image: somerepo/someimage:sometag
# args: [
# "--important-args"
# ]
# ports:
# - containerPort: 443
# volumeMounts:
# - name: volumeMountCool
# mountPath: /some/path
# readOnly: true
extraContainers: []
## extraInitContainers [array] Additional init containers for server pod(s)
## Example:
# extraInitContainers:
# - name: sleepy
# image: alpine
# command: ['sleep', '60']
extraInitContainers: []
## extraEnv [array] Supply extra env variables to main container using full notation
## Example: (With default env vars and values taken from generated config map)
# extraEnv:
# - name: AIRBYTE_VERSION
# valueFrom:
# configMapKeyRef:
# name: airbyte-env
# key: AIRBYTE_VERSION
# - name: API_URL
# valueFrom:
# configMapKeyRef:
# name: airbyte-env
# key: API_URL
# - name: TRACKING_STRATEGY
# valueFrom:
# configMapKeyRef:
# name: airbyte-env
# key: TRACKING_STRATEGY
# - name: FULLSTORY
# valueFrom:
# configMapKeyRef:
# name: airbyte-env
# key: FULLSTORY
# - name: INTERNAL_API_HOST
# valueFrom:
# configMapKeyRef:
# name: airbyte-env
# key: INTERNAL_API_HOST
##
extraEnv: []
## secrets [object] Supply additional secrets to container
## Example:
## secrets:
## DATABASE_PASSWORD: strong-password
## DATABASE_USER: my-db-user
secrets: {}
## env_vars [object] Supply extra env variables to main container using simplified notation
## Example with default values for worker:
# env_vars:
# AIRBYTE_VERSION: 0.40.4
# # Airbyte Internal Database, see https://docs.airbyte.io/operator-guides/configuring-airbyte-db
# DATABASE_HOST: airbyte-db-svc
# DATABASE_PORT: 5432
# DATABASE_DB: airbyte
# # translate manually DATABASE_URL:jdbc:postgresql://${DATABASE_HOST}:${DATABASE_PORT/${DATABASE_DB}
# DATABASE_URL: jdbc:postgresql://airbyte-db-svc:5432/airbyte
# JOBS_DATABASE_MINIMUM_FLYWAY_MIGRATION_VERSION: 0.29.15.001
# CONFIGS_DATABASE_MINIMUM_FLYWAY_MIGRATION_VERSION: 0.35.15.001
# # When using the airbyte-db via default docker image:
# CONFIG_ROOT: /configs
# # Temporal.io worker configuration
# TEMPORAL_HOST: airbyte-temporal-svc:7233
# TEMPORAL_WORKER_PORTS: 9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039,9040
# # Workspace storage for running jobs (logs, etc)
# WORKSPACE_ROOT: /workspace
# WORKSPACE_DOCKER_MOUNT: airbyte_workspace
# LOCAL_ROOT: /tmp/airbyte_local
# # Miscellaneous
# TRACKING_STRATEGY: segment
# WEBAPP_URL: airbyte-webapp-svc:80
# INTERNAL_API_HOST: airbyte-server-svc:8001
# WORKER_ENVIRONMENT: kubernetes
# LOG_LEVEL: INFO
# # S3/Minio Log Configuration
# S3_LOG_BUCKET: airbyte-dev-logs
# S3_LOG_BUCKET_REGION:
# S3_MINIO_ENDPOINT: http://airbyte-minio-svc:9000
# S3_PATH_STYLE_ACCESS: true
# # GCS Log Configuration
# GCS_LOG_BUCKET:
# # State Storage Configuration
# STATE_STORAGE_MINIO_BUCKET_NAME: airbyte-dev-logs
# STATE_STORAGE_MINIO_ENDPOINT: http://airbyte-minio-svc:9000
# # Docker Resource Limits
# JOB_MAIN_CONTAINER_CPU_REQUEST:
# JOB_MAIN_CONTAINER_CPU_LIMIT:
# JOB_MAIN_CONTAINER_MEMORY_REQUEST:
# JOB_MAIN_CONTAINER_MEMORY_LIMIT:
# NORMALIZATION_JOB_MAIN_CONTAINER_MEMORY_LIMIT:
# NORMALIZATION_JOB_MAIN_CONTAINER_MEMORY_REQUEST:
# NORMALIZATION_JOB_MAIN_CONTAINER_CPU_LIMIT:
# NORMALIZATION_JOB_MAIN_CONTAINER_CPU_REQUEST:
# # Worker pod tolerations, annotations and node selectors
# JOB_KUBE_TOLERATIONS:
# JOB_KUBE_ANNOTATIONS:
# JOB_KUBE_NODE_SELECTORS:
# # Job image pull policy
# JOB_KUBE_MAIN_CONTAINER_IMAGE_PULL_POLICY:
# # Launch a separate pod to orchestrate sync steps
# CONTAINER_ORCHESTRATOR_ENABLED: true
# CONTAINER_ORCHESTRATOR_IMAGE:
# # Open Telemetry Configuration
# METRIC_CLIENT:
# OTEL_COLLECTOR_ENDPOINT:
# # Temporal Activity configuration
# ACTIVITY_MAX_ATTEMPT:
# ACTIVITY_INITIAL_DELAY_BETWEEN_ATTEMPTS_SECONDS:
# ACTIVITY_MAX_DELAY_BETWEEN_ATTEMPTS_SECONDS:
# WORKFLOW_FAILURE_RESTART_DELAY_SECONDS:
# USE_STREAM_CAPABLE_STATE: true
env_vars: {}