@@ -185,6 +185,9 @@ The following tables lists the configurable parameters of the Airflow chart and
185
185
| ` workers.resources.requests.memory ` | Memory Request of workers | ` ~ ` |
186
186
| ` workers.terminationGracePeriodSeconds ` | How long Kubernetes should wait for Celery workers to gracefully drain before force killing | ` 600 ` |
187
187
| ` workers.safeToEvict ` | Allow Kubernetes to evict worker pods if needed (node downscaling) | ` true ` |
188
+ | ` workers.serviceAccountAnnotations ` | Annotations to add to worker kubernetes service account | ` {} ` |
189
+ | ` workers.extraVolumes ` | Mount additional volumes into worker | ` [] ` |
190
+ | ` workers.extraVolumeMounts ` | Mount additional volumes into worker | ` [] ` |
188
191
| ` scheduler.podDisruptionBudget.enabled ` | Enable PDB on Airflow scheduler | ` false ` |
189
192
| ` scheduler.podDisruptionBudget.config.maxUnavailable ` | MaxUnavailable pods for scheduler | ` 1 ` |
190
193
| ` scheduler.replicas ` | # of parallel schedulers (Airflow 2.0 using Mysql 8+ or Postgres only) | ` 1 ` |
@@ -194,6 +197,9 @@ The following tables lists the configurable parameters of the Airflow chart and
194
197
| ` scheduler.resources.requests.memory ` | Memory Request of scheduler | ` ~ ` |
195
198
| ` scheduler.airflowLocalSettings ` | Custom Airflow local settings python file | ` ~ ` |
196
199
| ` scheduler.safeToEvict ` | Allow Kubernetes to evict scheduler pods if needed (node downscaling) | ` true ` |
200
+ | ` scheduler.serviceAccountAnnotations ` | Annotations to add to scheduler kubernetes service account | ` {} ` |
201
+ | ` scheduler.extraVolumes ` | Mount additional volumes into scheduler | ` [] ` |
202
+ | ` scheduler.extraVolumeMounts ` | Mount additional volumes into scheduler | ` [] ` |
197
203
| ` webserver.livenessProbe.initialDelaySeconds ` | Webserver LivenessProbe initial delay | ` 15 ` |
198
204
| ` webserver.livenessProbe.timeoutSeconds ` | Webserver LivenessProbe timeout seconds | ` 30 ` |
199
205
| ` webserver.livenessProbe.failureThreshold ` | Webserver LivenessProbe failure threshold | ` 20 ` |
0 commit comments