@@ -6,10 +6,9 @@ Helm charts for Airbyte.
6
6
7
7
### Global Parameters
8
8
9
- | Name | Description | Value |
10
- | ---------------------- | -------------------------------------------- | ----- |
11
- | ` global.imageRegistry ` | Global Docker image registry | ` "" ` |
12
- | ` global.storageClass ` | Global StorageClass for Persistent Volume(s) | ` "" ` |
9
+ | Name | Description | Value |
10
+ | ---------------------- | ---------------------------- | ----- |
11
+ | ` global.imageRegistry ` | Global Docker image registry | ` "" ` |
13
12
14
13
15
14
### Common Parameters
@@ -31,7 +30,7 @@ Helm charts for Airbyte.
31
30
| ` webapp.replicaCount ` | Number of webapp replicas | ` 1 ` |
32
31
| ` webapp.image.repository ` | The repository to use for the airbyte webapp image. | ` airbyte/webapp ` |
33
32
| ` webapp.image.pullPolicy ` | the pull policy to use for the airbyte webapp image | ` IfNotPresent ` |
34
- | ` webapp.image.tag ` | The airbyte webapp image tag. Defaults to the chart's AppVersion | ` 0.36.6-alpha ` |
33
+ | ` webapp.image.tag ` | The airbyte webapp image tag. Defaults to the chart's AppVersion | ` 0.36.6-alpha ` |
35
34
| ` webapp.podAnnotations ` | Add extra annotations to the webapp pod(s) | ` {} ` |
36
35
| ` webapp.containerSecurityContext ` | Security context for the container | ` {} ` |
37
36
| ` webapp.livenessProbe.enabled ` | Enable livenessProbe on the webapp | ` true ` |
@@ -68,19 +67,35 @@ Helm charts for Airbyte.
68
67
69
68
### Scheduler Parameters
70
69
71
- | Name | Description | Value |
72
- | ------------------------------ | ------------------------------------------------------------------- | ------------------- |
73
- | ` scheduler.replicaCount ` | Number of scheduler replicas | ` 1 ` |
74
- | ` scheduler.image.repository ` | The repository to use for the airbyte scheduler image. | ` airbyte/scheduler ` |
75
- | ` scheduler.image.pullPolicy ` | the pull policy to use for the airbyte scheduler image | ` IfNotPresent ` |
76
- | ` scheduler.image.tag ` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | ` 0.36.6-alpha ` |
77
- | ` scheduler.podAnnotations ` | Add extra annotations to the scheduler pod | ` {} ` |
78
- | ` scheduler.resources.limits ` | The resources limits for the scheduler container | ` {} ` |
79
- | ` scheduler.resources.requests ` | The requested resources for the scheduler container | ` {} ` |
80
- | ` scheduler.nodeSelector ` | Node labels for pod assignment | ` {} ` |
81
- | ` scheduler.tolerations ` | Tolerations for scheduler pod assignment. | ` [] ` |
82
- | ` scheduler.log.level ` | The log level to log at. | ` INFO ` |
83
- | ` scheduler.extraEnv ` | Additional env vars for scheduler pod(s). | ` [] ` |
70
+ | Name | Description | Value |
71
+ | ---------------------------------------------- | ------------------------------------------------------------------- | ------------------- |
72
+ | ` scheduler.replicaCount ` | Number of scheduler replicas | ` 1 ` |
73
+ | ` scheduler.image.repository ` | The repository to use for the airbyte scheduler image. | ` airbyte/scheduler ` |
74
+ | ` scheduler.image.pullPolicy ` | the pull policy to use for the airbyte scheduler image | ` IfNotPresent ` |
75
+ | ` scheduler.image.tag ` | The airbyte scheduler image tag. Defaults to the chart's AppVersion | ` 0.36.6-alpha ` |
76
+ | ` scheduler.podAnnotations ` | Add extra annotations to the scheduler pod | ` {} ` |
77
+ | ` scheduler.containerSecurityContext ` | Security context for the container | ` {} ` |
78
+ | ` scheduler.livenessProbe.enabled ` | Enable livenessProbe on the scheduler | ` true ` |
79
+ | ` scheduler.livenessProbe.initialDelaySeconds ` | Initial delay seconds for livenessProbe | ` 5 ` |
80
+ | ` scheduler.livenessProbe.periodSeconds ` | Period seconds for livenessProbe | ` 30 ` |
81
+ | ` scheduler.livenessProbe.timeoutSeconds ` | Timeout seconds for livenessProbe | ` 1 ` |
82
+ | ` scheduler.livenessProbe.failureThreshold ` | Failure threshold for livenessProbe | ` 3 ` |
83
+ | ` scheduler.livenessProbe.successThreshold ` | Success threshold for livenessProbe | ` 1 ` |
84
+ | ` scheduler.readinessProbe.enabled ` | Enable readinessProbe on the scheduler | ` true ` |
85
+ | ` scheduler.readinessProbe.initialDelaySeconds ` | Initial delay seconds for readinessProbe | ` 5 ` |
86
+ | ` scheduler.readinessProbe.periodSeconds ` | Period seconds for readinessProbe | ` 30 ` |
87
+ | ` scheduler.readinessProbe.timeoutSeconds ` | Timeout seconds for readinessProbe | ` 1 ` |
88
+ | ` scheduler.readinessProbe.failureThreshold ` | Failure threshold for readinessProbe | ` 3 ` |
89
+ | ` scheduler.readinessProbe.successThreshold ` | Success threshold for readinessProbe | ` 1 ` |
90
+ | ` scheduler.resources.limits ` | The resources limits for the scheduler container | ` {} ` |
91
+ | ` scheduler.resources.requests ` | The requested resources for the scheduler container | ` {} ` |
92
+ | ` scheduler.nodeSelector ` | Node labels for pod assignment | ` {} ` |
93
+ | ` scheduler.tolerations ` | Tolerations for scheduler pod assignment. | ` [] ` |
94
+ | ` scheduler.affinity ` | Affinity and anti-affinity for scheduler pod assignment. | ` {} ` |
95
+ | ` scheduler.log.level ` | The log level to log at. | ` INFO ` |
96
+ | ` scheduler.extraEnv ` | Additional env vars for scheduler pod(s). | ` [] ` |
97
+ | ` scheduler.extraVolumeMounts ` | Additional volumeMounts for scheduler container(s). | ` [] ` |
98
+ | ` scheduler.extraVolumes ` | Additional volumes for scheduler pod(s). | ` [] ` |
84
99
85
100
86
101
### Pod Sweeper parameters
@@ -139,9 +154,6 @@ Helm charts for Airbyte.
139
154
| ` server.resources.requests ` | The requested resources for the server container | ` {} ` |
140
155
| ` server.service.type ` | The service type to use for the API server | ` ClusterIP ` |
141
156
| ` server.service.port ` | The service port to expose the API server on | ` 8001 ` |
142
- | ` server.persistence.accessMode ` | The access mode for the airbyte server pvc | ` ReadWriteOnce ` |
143
- | ` server.persistence.size ` | The size of the pvc to use for the airbyte server pvc | ` 1Gi ` |
144
- | ` server.persistence.storageClass ` | The storage class to use for the airbyte server pvc | ` "" ` |
145
157
| ` server.nodeSelector ` | Node labels for pod assignment | ` {} ` |
146
158
| ` server.tolerations ` | Tolerations for server pod assignment. | ` [] ` |
147
159
| ` server.affinity ` | Affinity and anti-affinity for server pod assignment. | ` {} ` |
@@ -191,6 +203,9 @@ Helm charts for Airbyte.
191
203
| ` bootloader.image.repository ` | The repository to use for the airbyte bootloader image. | ` airbyte/bootloader ` |
192
204
| ` bootloader.image.pullPolicy ` | the pull policy to use for the airbyte bootloader image | ` IfNotPresent ` |
193
205
| ` bootloader.image.tag ` | The airbyte bootloader image tag. Defaults to the chart's AppVersion | ` 0.36.6-alpha ` |
206
+ | ` bootloader.podAnnotations ` | Add extra annotations to the bootloader pod | ` {} ` |
207
+ | ` bootloader.nodeSelector ` | Node labels for pod assignment | ` {} ` |
208
+ | ` bootloader.tolerations ` | Tolerations for worker pod assignment. | ` [] ` |
194
209
195
210
196
211
### Temporal parameters
@@ -268,13 +283,17 @@ Helm charts for Airbyte.
268
283
| ` logs.gcs.credentials ` | The path the GCS creds are written to | ` "" ` |
269
284
| ` logs.gcs.credentialsJson ` | Base64 encoded json GCP credentials file contents | ` "" ` |
270
285
286
+
271
287
### Minio chart overwrites
272
288
273
- | Name | Description | Value |
274
- | -------------------------- | -------------------------------- | ---------- |
275
- | ` minio.accessKey.password ` | Minio Access Key | ` minio ` |
276
- | ` minio.secretKey.password ` | Minio Secret Key | ` minio123 ` |
277
- | ` jobs.resources.limits ` | The resources limits for jobs | ` {} ` |
278
- | ` jobs.resources.requests ` | The requested resources for jobs | ` {} ` |
289
+ | Name | Description | Value |
290
+ | -------------------------- | -------------------------------------------- | ---------- |
291
+ | ` minio.accessKey.password ` | Minio Access Key | ` minio ` |
292
+ | ` minio.secretKey.password ` | Minio Secret Key | ` minio123 ` |
293
+ | ` jobs.resources.limits ` | The resources limits for jobs | ` {} ` |
294
+ | ` jobs.resources.requests ` | The requested resources for jobs | ` {} ` |
295
+ | ` jobs.kube.annotations ` | key/value annotations applied to kube jobs | ` {} ` |
296
+ | ` jobs.kube.nodeSelector ` | key/value node selector applied to kube jobs | ` {} ` |
297
+ | ` jobs.kube.tolerations ` | Tolerations for jobs.kube pod assignment. | ` [] ` |
279
298
280
299
0 commit comments