Skip to content

Commit 7e0a4a6

Browse files
committed
docs: add documentation for the new dag processor deployment to the readme
Signed-off-by: Burak Karakan <[email protected]>
1 parent 59919c6 commit 7e0a4a6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

charts/airflow/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,31 @@ Parameter | Description | Default
290290

291291
</details>
292292

293+
<details>
294+
<summary><code>dagProcessor.*</code></summary>
295+
296+
Parameter | Description | Default
297+
--- | --- | ---
298+
`dagProcessor.enabled` | if the dag processor should be deployed | `true`
299+
`dagProcessor.replicas` | the number of dag processor Pods to run | `1`
300+
`dagProcessor.resources` | resource requests/limits for the airflow dag processor Pods | `{}`
301+
`dagProcessor.nodeSelector` | the nodeSelector configs for the dag processor Pods | `{}`
302+
`dagProcessor.affinity` | the affinity configs for the dag processor Pods | `{}`
303+
`dagProcessor.tolerations` | the toleration configs for the dag processor Pods | `[]`
304+
`dagProcessor.securityContext` | the security context for the dag processor Pods | `{}`
305+
`dagProcessor.labels` | labels for the dag processor Deployment | `{}`
306+
`dagProcessor.podLabels` | Pod labels for the dag processor Deployment | `{}`
307+
`dagProcessor.annotations` | annotations for the dag processor Deployment | `{}`
308+
`dagProcessor.podAnnotations` | Pod annotations for the dag processor Deployment | `{}`
309+
`dagProcessor.safeToEvict` | if we add the annotation: "cluster-autoscaler.kubernetes.io/safe-to-evict" = "true" | `true`
310+
`dagProcessor.podDisruptionBudget.*` | configs for the PodDisruptionBudget of the dag processor Deployment | `<see values.yaml>`
311+
`dagProcessor.livenessProbe.*` | liveness probe for the dag processor Pods | `<see values.yaml>`
312+
`dagProcessor.extraPipPackages` | extra pip packages to install in the dag processor Pods | `[]`
313+
`dagProcessor.extraVolumeMounts` | extra VolumeMounts for the dag processor Pods | `[]`
314+
`dagProcessor.extraVolumes` | extra Volumes for the dag processor Pods | `[]`
315+
316+
</details>
317+
293318
<details>
294319
<summary><code>flower.*</code></summary>
295320

0 commit comments

Comments
 (0)