[bitnami/*] Update ingress rules (batch 1) (#4870)

This commit is contained in:
Javier J. Salmerón-García
2020-12-31 15:53:06 +01:00
committed by GitHub
parent c59b86919f
commit 2f3e2beea8
31 changed files with 803 additions and 624 deletions

View File

@@ -1,12 +1,12 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.1.2
version: 1.2.3
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.1.3
version: 10.2.0
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 12.2.1
digest: sha256:3e7dd5fd05ea6fad522bdea76e2ce8c89cd057b6f3156c6773ef8ef14484dca7
generated: "2020-12-11T12:20:14.151485+01:00"
version: 12.2.4
digest: sha256:1cc42d60ef7a1fc81a3f800870c5c3c4fe8aef167ab9d08015d8fbf2648b633a
generated: "2020-12-31T12:24:53.687093+01:00"

View File

@@ -32,4 +32,4 @@ name: airflow
sources:
- https://github.com/bitnami/bitnami-docker-airflow
- https://airflow.apache.org/
version: 7.0.5
version: 7.1.0

View File

@@ -46,291 +46,294 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the Airflow chart and their default values.
| Parameter | Description | Default |
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `global.imageRegistry` | Global Docker image registry | `nil` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `global.storageClass` | Global storage class for dynamic provisioning | `nil` |
| Parameter | Description | Default |
|---------------------------|-------------------------------------------------|---------------------------------------------------------|
| `global.imageRegistry` | Global Docker image registry | `nil` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `global.storageClass` | Global storage class for dynamic provisioning | `nil` |
### Common parameters
| Parameter | Description | Default |
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `affinity` | Affinity for pod assignment (evaluated as a template) | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `containerSecurityContext.enabled` | Enable container security context | `true` |
| `containerSecurityContext.runAsUser` | User ID for the container | `1001` |
| `extraDeploy` | A list of extra kubernetes resources to be deployed | `[]` |
| `extraEnvVars` | Extra environment variables to add to web, worker and scheduler pods | `nil` |
| `extraEnvVarsCM` | ConfigMap containing extra env vars to add to web, worker and scheduler pods | `nil` |
| `extraEnvVarsSecret` | Secret containing extra env vars to add to web, worker and scheduler pods | `nil` |
| `fullnameOverride` | String to fully override airflow.fullname template with a string | `nil` |
| `initContainers` | List of init containers to be added to the web, worker and scheduler pods | `nil` |
| `nameOverride` | String to partially override airflow.fullname template with a string (will prepend the release name) | `nil` |
| `networkPolicies.enabled` | Switch to enable network policies | `false` |
| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` |
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `nodeSelector` | Node labels for pod assignment | `{}` (evaluated as a template) |
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `podSecurityContext.enabled` | Enable pod security context | `true` |
| `podSecurityContext.fsGroup` | fsGroup ID for the pod | `1001` |
| `rbac.create` | If true, create & use RBAC resources | `false` |
| `serviceAccount.annotations` | Annotations for service account | `{}` |
| `serviceAccount.create` | If true, create a service account | `false` |
| `serviceAccount.name` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template. | `` |
| `sidecars` | List of sidecar containers to be adde to web, worker and scheduler pods | `nil` |
| `tolerations` | Tolerations for pod assignment | `[]` (evaluated as a template) |
| Parameter | Description | Default |
|--------------------------------------|-------------------------------------------------------------------------------------------------------------------------|--------------------------------|
| `affinity` | Affinity for pod assignment (evaluated as a template) | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `containerSecurityContext.enabled` | Enable container security context | `true` |
| `containerSecurityContext.runAsUser` | User ID for the container | `1001` |
| `extraDeploy` | A list of extra kubernetes resources to be deployed | `[]` |
| `kubeVersion` | Force target Kubernetes version (using Helm capabilities if not set) | `nil` |
| `extraEnvVars` | Extra environment variables to add to web, worker and scheduler pods | `nil` |
| `extraEnvVarsCM` | ConfigMap containing extra env vars to add to web, worker and scheduler pods | `nil` |
| `extraEnvVarsSecret` | Secret containing extra env vars to add to web, worker and scheduler pods | `nil` |
| `fullnameOverride` | String to fully override airflow.fullname template with a string | `nil` |
| `initContainers` | List of init containers to be added to the web, worker and scheduler pods | `nil` |
| `nameOverride` | String to partially override airflow.fullname template with a string (will prepend the release name) | `nil` |
| `networkPolicies.enabled` | Switch to enable network policies | `false` |
| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` |
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `nodeSelector` | Node labels for pod assignment | `{}` (evaluated as a template) |
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `podSecurityContext.enabled` | Enable pod security context | `true` |
| `podSecurityContext.fsGroup` | fsGroup ID for the pod | `1001` |
| `rbac.create` | If true, create & use RBAC resources | `false` |
| `serviceAccount.annotations` | Annotations for service account | `{}` |
| `serviceAccount.create` | If true, create a service account | `false` |
| `serviceAccount.name` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template. | `` |
| `sidecars` | List of sidecar containers to be adde to web, worker and scheduler pods | `nil` |
| `tolerations` | Tolerations for pod assignment | `[]` (evaluated as a template) |
### Airflow common parameters
| Parameter | Description | Default |
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `auth.existingSecret` | Name of an existing secret containing password and fernet key ('airflow-password and 'airflow-fernetKey' keys) | `nil` |
| `auth.fernetKey` | Fernet key to secure connections | `nil` |
| `auth.forcePassword` | Force users to specify a password | `false` |
| `auth.password` | Password to access web UI | `nil` |
| `auth.username` | Username to access web UI | `user` |
| `configurationConfigMap` | Name of an existing config map containing the Airflow config file | `nil` |
| `dagsConfigMap` | Name of an existing config map containing all the DAGs files you want to load in Airflow. | `nil` |
| `executor` | Airflow executor, it should be one of `SequentialExecutor`, `Local Executor`, `CeleryExecutor`, `KubernetesExecutor` | `"CeleryExecutor"` |
| `loadExamples` | Switch to load some Airflow examples | `false` |
| Parameter | Description | Default |
|--------------------------|----------------------------------------------------------------------------------------------------------------------|--------------------|
| `auth.existingSecret` | Name of an existing secret containing password and fernet key ('airflow-password and 'airflow-fernetKey' keys) | `nil` |
| `auth.fernetKey` | Fernet key to secure connections | `nil` |
| `auth.forcePassword` | Force users to specify a password | `false` |
| `auth.password` | Password to access web UI | `nil` |
| `auth.username` | Username to access web UI | `user` |
| `configurationConfigMap` | Name of an existing config map containing the Airflow config file | `nil` |
| `dagsConfigMap` | Name of an existing config map containing all the DAGs files you want to load in Airflow. | `nil` |
| `executor` | Airflow executor, it should be one of `SequentialExecutor`, `Local Executor`, `CeleryExecutor`, `KubernetesExecutor` | `"CeleryExecutor"` |
| `loadExamples` | Switch to load some Airflow examples | `false` |
## Airflow web parameters
| Parameter | Description | Default |
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `web.args` | Override default container args (useful when using custom images) | `nil` |
| `web.baseUrl` | URL used to access to airflow web ui | `nil` |
| `web.command` | Override default container command (useful when using custom images) | `nil` |
| `web.configMap` | Config map name for ~/airflow/webserver_config.py | `nil` |
| `web.containerPort` | Container port to be used for exposing http server. | `8080` |
| `web.customLivenessProbe` | Custom liveness probe for the web component | `{}` |
| `web.customReadinessProbe` | Custom rediness probe for the web component | `{}` |
| `web.extraEnvVars` | Array containing extra env vars | `nil` |
| `web.extraEnvVarsCM` | ConfigMap containing extra env vars | `nil` |
| `web.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `nil` |
| `web.extraVolumeMounts` | Array of extra volume mounts to be added (evaluated as template). Normally used with `extraVolumes`. | `nil` |
| `web.extraVolumes` | Array of extra volumes to be added (evaluated as template). | `nil` |
| `web.image.debug` | Specify if debug values should be set | `false` |
| `web.image.pullPolicy` | Airflow web image pull policy | `IfNotPresent` |
| `web.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `web.image.registry` | Airflow web image registry | `docker.io` |
| `web.image.repository` | Airflow web image name | `bitnami/airflow` |
| `web.image.tag` | Airflow web image tag | `{TAG_NAME}` |
| `web.initContainers` | List of init containers to be added to the web's pods | `nil` |
| `web.livenessProbe.enabled` | Switch to enable livess probe | `true` |
| `web.livenessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 |
| `web.livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 180 |
| `web.livenessProbe.periodSeconds` | How often to perform the probe | 20 |
| `web.livenessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 |
| `web.livenessProbe.timeoutSeconds` | When the probe times out | 5 |
| `web.podAnnotations` | Annotations to add to the web's pods | `nil` |
| `web.podDisruptionBudget.enabled` | Switch to enable Pod Disruption Budget for Airflow web component | `false` |
| `web.podDisruptionBudget.minAvailable` | Set the minimum amount of pods available | `1` |
| `web.podLabels` | Labels to add to the web's pods | `nil` |
| `web.priorityClassName` | Priority class name for the web's pods | `""` |
| `web.readinessProbe.enabled` | would you like a readinessProbe to be enabled | `true` |
| `web.readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 |
| `web.readinessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 30 |
| `web.readinessProbe.periodSeconds` | How often to perform the probe | 10 |
| `web.readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 |
| `web.readinessProbe.timeoutSeconds` | When the probe times out | 5 |
| `web.replicaCount` | Number of Airflow web replicas | `2` |
| `web.resources.limits` | The resources limits for the web containers | `{}` |
| `web.resources.requests` | The requested resources for the web containers | `{}` |
| `web.sidecars` | List of sidecar containers to be added to the web's pods | `nil` |
| `service.type` | Kubernetes Service type | `ClusterIP` |
| `service.port` | Airflow Web port | `8080` |
| `service.nodePort` | Kubernetes Service nodePort | `nil` |
| `service.loadBalancerIP` | loadBalancerIP for Airflow Service | `nil` |
| `service.annotations` | Service annotations | `` |
| Parameter | Description | Default |
|------------------------------------------|------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `web.args` | Override default container args (useful when using custom images) | `nil` |
| `web.baseUrl` | URL used to access to airflow web ui | `nil` |
| `web.command` | Override default container command (useful when using custom images) | `nil` |
| `web.configMap` | Config map name for ~/airflow/webserver_config.py | `nil` |
| `web.containerPort` | Container port to be used for exposing http server. | `8080` |
| `web.customLivenessProbe` | Custom liveness probe for the web component | `{}` |
| `web.customReadinessProbe` | Custom rediness probe for the web component | `{}` |
| `web.extraEnvVars` | Array containing extra env vars | `nil` |
| `web.extraEnvVarsCM` | ConfigMap containing extra env vars | `nil` |
| `web.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `nil` |
| `web.extraVolumeMounts` | Array of extra volume mounts to be added (evaluated as template). Normally used with `extraVolumes`. | `nil` |
| `web.extraVolumes` | Array of extra volumes to be added (evaluated as template). | `nil` |
| `web.image.debug` | Specify if debug values should be set | `false` |
| `web.image.pullPolicy` | Airflow web image pull policy | `IfNotPresent` |
| `web.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `web.image.registry` | Airflow web image registry | `docker.io` |
| `web.image.repository` | Airflow web image name | `bitnami/airflow` |
| `web.image.tag` | Airflow web image tag | `{TAG_NAME}` |
| `web.initContainers` | List of init containers to be added to the web's pods | `nil` |
| `web.livenessProbe.enabled` | Switch to enable livess probe | `true` |
| `web.livenessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 |
| `web.livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 180 |
| `web.livenessProbe.periodSeconds` | How often to perform the probe | 20 |
| `web.livenessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 |
| `web.livenessProbe.timeoutSeconds` | When the probe times out | 5 |
| `web.podAnnotations` | Annotations to add to the web's pods | `nil` |
| `web.podDisruptionBudget.enabled` | Switch to enable Pod Disruption Budget for Airflow web component | `false` |
| `web.podDisruptionBudget.minAvailable` | Set the minimum amount of pods available | `1` |
| `web.podLabels` | Labels to add to the web's pods | `nil` |
| `web.priorityClassName` | Priority class name for the web's pods | `""` |
| `web.readinessProbe.enabled` | would you like a readinessProbe to be enabled | `true` |
| `web.readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 |
| `web.readinessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 30 |
| `web.readinessProbe.periodSeconds` | How often to perform the probe | 10 |
| `web.readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 |
| `web.readinessProbe.timeoutSeconds` | When the probe times out | 5 |
| `web.replicaCount` | Number of Airflow web replicas | `2` |
| `web.resources.limits` | The resources limits for the web containers | `{}` |
| `web.resources.requests` | The requested resources for the web containers | `{}` |
| `web.sidecars` | List of sidecar containers to be added to the web's pods | `nil` |
| `service.type` | Kubernetes Service type | `ClusterIP` |
| `service.port` | Airflow Web port | `8080` |
| `service.nodePort` | Kubernetes Service nodePort | `nil` |
| `service.loadBalancerIP` | loadBalancerIP for Airflow Service | `nil` |
| `service.annotations` | Service annotations | `` |
### Airflow scheduler parameters
| Parameter | Description | Default |
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `scheduler.args` | Override default container args (useful when using custom images) | `nil` |
| `scheduler.command` | Override default container command (useful when using custom images) | `nil` |
| `scheduler.customLivenessProbe` | Custom liveness probe for the Airflow scheduler component | `{}` |
| `scheduler.customReadinessProbe` | Custom rediness probe for the Airflow scheduler component | `{}` |
| `scheduler.extraEnvVars` | Array containing extra env vars | `nil` |
| `scheduler.extraEnvVarsCM` | ConfigMap containing extra env vars | `nil` |
| `scheduler.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `nil` |
| `scheduler.extraVolumeMounts` | Array of extra volume mounts to be added (evaluated as template). Normally used with `extraVolumes`. | `nil` |
| `scheduler.extraVolumes` | Array of extra volumes to be added (evaluated as template). | `nil` |
| `scheduler.image.debug` | Specify if debug values should be set | `false` |
| `scheduler.image.pullPolicy` | Airflow Scheduler image pull policy | `IfNotPresent` |
| `scheduler.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `scheduler.image.registry` | Airflow Scheduler image registry | `docker.io` |
| `scheduler.image.repository` | Airflow Scheduler image name | `bitnami/airflow-scheduler` |
| `scheduler.image.tag` | Airflow Scheduler image tag | `{TAG_NAME}` |
| `scheduler.initContainers` | List of init containers to be added to the scheduler's pods | `nil` |
| `scheduler.podAnnotations` | Annotations to add to the scheduler's pods | `nil` |
| `scheduler.podDisruptionBudget.enabled` | Switch to enable Pod Disruption Budget for Airflow scheduler component | `false` |
| `scheduler.podDisruptionBudget.minAvailable` | Set the minimum amount of pods available | `1` |
| `scheduler.podLabels` | Labels to add to the scheduler's pods | `nil` |
| `scheduler.priorityClassName` | Priority class name for the scheduler's pods | `""` |
| `scheduler.replicaCount` | Number of Airflow scheduler replicas | `2` |
| `scheduler.resources.limits` | The resources limits for the scheduler containers | `{}` |
| `scheduler.resources.requests` | The requested resources for the scheduler containers | `{}` |
| `scheduler.sidecars` | List of sidecar containers to be added to the scheduler's pods | `nil` |
| Parameter | Description | Default |
|----------------------------------------------|------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `scheduler.args` | Override default container args (useful when using custom images) | `nil` |
| `scheduler.command` | Override default container command (useful when using custom images) | `nil` |
| `scheduler.customLivenessProbe` | Custom liveness probe for the Airflow scheduler component | `{}` |
| `scheduler.customReadinessProbe` | Custom rediness probe for the Airflow scheduler component | `{}` |
| `scheduler.extraEnvVars` | Array containing extra env vars | `nil` |
| `scheduler.extraEnvVarsCM` | ConfigMap containing extra env vars | `nil` |
| `scheduler.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `nil` |
| `scheduler.extraVolumeMounts` | Array of extra volume mounts to be added (evaluated as template). Normally used with `extraVolumes`. | `nil` |
| `scheduler.extraVolumes` | Array of extra volumes to be added (evaluated as template). | `nil` |
| `scheduler.image.debug` | Specify if debug values should be set | `false` |
| `scheduler.image.pullPolicy` | Airflow Scheduler image pull policy | `IfNotPresent` |
| `scheduler.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `scheduler.image.registry` | Airflow Scheduler image registry | `docker.io` |
| `scheduler.image.repository` | Airflow Scheduler image name | `bitnami/airflow-scheduler` |
| `scheduler.image.tag` | Airflow Scheduler image tag | `{TAG_NAME}` |
| `scheduler.initContainers` | List of init containers to be added to the scheduler's pods | `nil` |
| `scheduler.podAnnotations` | Annotations to add to the scheduler's pods | `nil` |
| `scheduler.podDisruptionBudget.enabled` | Switch to enable Pod Disruption Budget for Airflow scheduler component | `false` |
| `scheduler.podDisruptionBudget.minAvailable` | Set the minimum amount of pods available | `1` |
| `scheduler.podLabels` | Labels to add to the scheduler's pods | `nil` |
| `scheduler.priorityClassName` | Priority class name for the scheduler's pods | `""` |
| `scheduler.replicaCount` | Number of Airflow scheduler replicas | `2` |
| `scheduler.resources.limits` | The resources limits for the scheduler containers | `{}` |
| `scheduler.resources.requests` | The requested resources for the scheduler containers | `{}` |
| `scheduler.sidecars` | List of sidecar containers to be added to the scheduler's pods | `nil` |
### Airflow worker parameters
| Parameter | Description | Default |
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `worker.args` | Override default container args (useful when using custom images) | `nil` |
| `worker.autoscaling.enabled` | Switch to enable Horizontal Pod Autoscaler for Airflow worker component (only when executor is `CeleryExecutor`). When enable you should also set `resources.requests` | `false` |
| `worker.autoscaling.replicas.max` | Maximum amount of replicas | `3` |
| `worker.autoscaling.replicas.min` | Minimum amount of replicas | `1` |
| `worker.autoscaling.targets.cpu` | Target cpu that will trigger an scaling action (unit: %) | `80` |
| `worker.autoscaling.targets.memory` | Target memory that will trigger an scaling action (unit: %) | `80` |
| `worker.command` | Override default container command (useful when using custom images) | `nil` |
| `worker.customLivenessProbe` | Custom liveness probe for the Airflow worker component | `{}` |
| `worker.customReadinessProbe` | Custom rediness probe for the Airflow worker component | `{}` |
| `worker.extraEnvVars` | Array containing extra env vars | `nil` |
| `worker.extraEnvVarsCM` | ConfigMap containing extra env vars | `nil` |
| `worker.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `nil` |
| `worker.extraVolumeMounts` | Array of extra volume mounts to be added (evaluated as template). Normally used with `extraVolumes`. | `nil` |
| `worker.extraVolumes` | Array of extra volumes to be added (evaluated as template). | `nil` |
| `worker.image.debug` | Specify if debug values should be set | `false` |
| `worker.image.pullPolicy` | Airflow worker image pull policy | `IfNotPresent` |
| `worker.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `worker.image.registry` | Airflow worker image registry | `docker.io` |
| `worker.image.repository` | Airflow worker image name | `bitnami/airflow-worker` |
| `worker.image.tag` | Airflow worker image tag | `{TAG_NAME}` |
| `worker.initContainers` | List of init containers to be added to the worker's pods | `nil` |
| `worker.livenessProbe.enabled` | Switch to enable livess probe | `true` |
| `worker.livenessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 |
| `worker.livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 180 |
| `worker.livenessProbe.periodSeconds` | How often to perform the probe | 20 |
| `worker.livenessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 |
| `worker.livenessProbe.timeoutSeconds` | When the probe times out | 5 |
| `worker.podAnnotations` | Annotations to add to the worker's pods | `nil` |
| `worker.podDisruptionBudget.enabled` | Switch to enable Pod Disruption Budget for Airflow worker component | `false` |
| `worker.podDisruptionBudget.minAvailable` | Set the minimum amount of pods available | `1` |
| `worker.podLabels` | Labels to add to the worker's pods | `nil` |
| `worker.podManagementPolicy` | Pod management policy to manage scaling operation of worker pods | `nil` |
| `worker.port` | Port to bind Arflow workers | `8793` |
| `worker.priorityClassName` | Priority class name for the worker's pods | `""` |
| `worker.readinessProbe.enabled` | would you like a readinessProbe to be enabled | `true` |
| `worker.readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 |
| `worker.readinessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 30 |
| `worker.readinessProbe.periodSeconds` | How often to perform the probe | 10 |
| `worker.readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 |
| `worker.readinessProbe.timeoutSeconds` | When the probe times out | 5 |
| `worker.replicaCount` | Number of Airflow worker replicas | `2` |
| `worker.resources.limits` | The resources limits for the worker containers | `{}` |
| `worker.resources.requests` | The requested resources for the worker containers | `{}` |
| `worker.rollingUpdatePartition` | Partition update strategy | `nil` |
| `worker.sidecars` | List of sidecar containers to be added to the worker's pods | `nil` |
| `worker.updateStrategy` | pdate strategy for the statefulset | `"RollingUpdate"` |
| Parameter | Description | Default |
|---------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `worker.args` | Override default container args (useful when using custom images) | `nil` |
| `worker.autoscaling.enabled` | Switch to enable Horizontal Pod Autoscaler for Airflow worker component (only when executor is `CeleryExecutor`). When enable you should also set `resources.requests` | `false` |
| `worker.autoscaling.replicas.max` | Maximum amount of replicas | `3` |
| `worker.autoscaling.replicas.min` | Minimum amount of replicas | `1` |
| `worker.autoscaling.targets.cpu` | Target cpu that will trigger an scaling action (unit: %) | `80` |
| `worker.autoscaling.targets.memory` | Target memory that will trigger an scaling action (unit: %) | `80` |
| `worker.command` | Override default container command (useful when using custom images) | `nil` |
| `worker.customLivenessProbe` | Custom liveness probe for the Airflow worker component | `{}` |
| `worker.customReadinessProbe` | Custom rediness probe for the Airflow worker component | `{}` |
| `worker.extraEnvVars` | Array containing extra env vars | `nil` |
| `worker.extraEnvVarsCM` | ConfigMap containing extra env vars | `nil` |
| `worker.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `nil` |
| `worker.extraVolumeMounts` | Array of extra volume mounts to be added (evaluated as template). Normally used with `extraVolumes`. | `nil` |
| `worker.extraVolumes` | Array of extra volumes to be added (evaluated as template). | `nil` |
| `worker.image.debug` | Specify if debug values should be set | `false` |
| `worker.image.pullPolicy` | Airflow worker image pull policy | `IfNotPresent` |
| `worker.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `worker.image.registry` | Airflow worker image registry | `docker.io` |
| `worker.image.repository` | Airflow worker image name | `bitnami/airflow-worker` |
| `worker.image.tag` | Airflow worker image tag | `{TAG_NAME}` |
| `worker.initContainers` | List of init containers to be added to the worker's pods | `nil` |
| `worker.livenessProbe.enabled` | Switch to enable livess probe | `true` |
| `worker.livenessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 |
| `worker.livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 180 |
| `worker.livenessProbe.periodSeconds` | How often to perform the probe | 20 |
| `worker.livenessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 |
| `worker.livenessProbe.timeoutSeconds` | When the probe times out | 5 |
| `worker.podAnnotations` | Annotations to add to the worker's pods | `nil` |
| `worker.podDisruptionBudget.enabled` | Switch to enable Pod Disruption Budget for Airflow worker component | `false` |
| `worker.podDisruptionBudget.minAvailable` | Set the minimum amount of pods available | `1` |
| `worker.podLabels` | Labels to add to the worker's pods | `nil` |
| `worker.podManagementPolicy` | Pod management policy to manage scaling operation of worker pods | `nil` |
| `worker.port` | Port to bind Arflow workers | `8793` |
| `worker.priorityClassName` | Priority class name for the worker's pods | `""` |
| `worker.readinessProbe.enabled` | would you like a readinessProbe to be enabled | `true` |
| `worker.readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | 6 |
| `worker.readinessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 30 |
| `worker.readinessProbe.periodSeconds` | How often to perform the probe | 10 |
| `worker.readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | 1 |
| `worker.readinessProbe.timeoutSeconds` | When the probe times out | 5 |
| `worker.replicaCount` | Number of Airflow worker replicas | `2` |
| `worker.resources.limits` | The resources limits for the worker containers | `{}` |
| `worker.resources.requests` | The requested resources for the worker containers | `{}` |
| `worker.rollingUpdatePartition` | Partition update strategy | `nil` |
| `worker.sidecars` | List of sidecar containers to be added to the worker's pods | `nil` |
| `worker.updateStrategy` | pdate strategy for the statefulset | `"RollingUpdate"` |
### Airflow database parameters
| Parameter | Description | Default |
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `externalDatabase.database` | External PostgreSQL database name | `nil` |
| `externalDatabase.existingSecret` | Name of an existing secret containing the PostgreSQL password ('postgresql-password' key) | `nil` |
| `externalDatabase.host` | External PostgreSQL host | `nil` |
| `externalDatabase.password` | External PostgreSQL password | `nil` |
| `externalDatabase.port` | External PostgreSQL port | `nil` |
| `externalDatabase.user` | External PostgreSQL user | `nil` |
| `externalRedis.existingSecret` | Name of an existing secret containing the Redis password ('redis-password' key) | `nil` |
| `externalRedis.host` | External Redis host | `nil` |
| `externalRedis.password` | External Redis password | `nil` |
| `externalRedis.port` | External Redis port | `nil` |
| `externalRedis.username` | External Redis username (not required on most Redis implementations) | `nil` |
| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` |
| `postgresql.existingSecret` | Name of an existing secret containing the PostgreSQL password ('postgresql-password' key) . This secret is used in case of postgresql.enabled=true and we would like to specify password for newly created postgresql instance | `nil` |
| `postgresql.postgresqlDatabase` | Airflow Postgresql database | `bitnami_airflow` |
| `postgresql.postgresqlPassword` | Airflow Postgresql password | `nil` |
| `postgresql.postgresqlUsername` | Airflow Postgresql username | `bn_airflow` |
| `redis.cluster.enabled` | Switch to enable a clustered redis | `false` |
| `redis.enabled` | Switch to enable or disable the Redis helm chart | `true` |
| `redis.existingSecret` | Name of an existing secret containing the Redis password ('redis-password' key) . This secret is used in case of redis.enabled=true and we would like to specify password for newly created redis instance | `nil` |
| Parameter | Description | Default |
|-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------|
| `externalDatabase.database` | External PostgreSQL database name | `nil` |
| `externalDatabase.existingSecret` | Name of an existing secret containing the PostgreSQL password ('postgresql-password' key) | `nil` |
| `externalDatabase.host` | External PostgreSQL host | `nil` |
| `externalDatabase.password` | External PostgreSQL password | `nil` |
| `externalDatabase.port` | External PostgreSQL port | `nil` |
| `externalDatabase.user` | External PostgreSQL user | `nil` |
| `externalRedis.existingSecret` | Name of an existing secret containing the Redis password ('redis-password' key) | `nil` |
| `externalRedis.host` | External Redis host | `nil` |
| `externalRedis.password` | External Redis password | `nil` |
| `externalRedis.port` | External Redis port | `nil` |
| `externalRedis.username` | External Redis username (not required on most Redis implementations) | `nil` |
| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` |
| `postgresql.existingSecret` | Name of an existing secret containing the PostgreSQL password ('postgresql-password' key) . This secret is used in case of postgresql.enabled=true and we would like to specify password for newly created postgresql instance | `nil` |
| `postgresql.postgresqlDatabase` | Airflow Postgresql database | `bitnami_airflow` |
| `postgresql.postgresqlPassword` | Airflow Postgresql password | `nil` |
| `postgresql.postgresqlUsername` | Airflow Postgresql username | `bn_airflow` |
| `redis.cluster.enabled` | Switch to enable a clustered redis | `false` |
| `redis.enabled` | Switch to enable or disable the Redis helm chart | `true` |
| `redis.existingSecret` | Name of an existing secret containing the Redis password ('redis-password' key) . This secret is used in case of redis.enabled=true and we would like to specify password for newly created redis instance | `nil` |
### Airflow exposing parameters
| Parameter | Description | Default |
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `ingress.annotations` | Ingress annotations | `[]` |
| `ingress.certManager` | Add annotations for cert-manager | `false` |
| `ingress.enabled` | Enable ingress controller resource | `false` |
| `ingress.hosts[0].name` | Hostname to your Airflow installation | `airflow.local` |
| `ingress.hosts[0].path` | Path within the url structure | `/` |
| `ingress.hosts[0].tls` | Utilize TLS backend in ingress | `false` |
| `ingress.hosts[0].tlsHosts` | Array of TLS hosts for ingress record (defaults to `ingress.hosts[0].name` if `nil`) | `nil` |
| `ingress.hosts[0].tlsSecret` | TLS Secret (certificates) | `airflow.local-tls` |
| `ingress.secrets[0].name` | TLS Secret Name | `nil` |
| `ingress.secrets[0].certificate` | TLS Secret Certificate | `nil` |
| `ingress.secrets[0].key` | TLS Secret Key | `nil` |
| Parameter | Description | Default |
|----------------------------------|--------------------------------------------------------------------------------------|--------------------------|
| `ingress.annotations` | Ingress annotations | `[]` |
| `ingress.apiVersion` | Force Ingress API version (automatically detected if not set) | `` |
| `ingress.pathType` | Ingress path type | `ImplementationSpecific` |
| `ingress.certManager` | Add annotations for cert-manager | `false` |
| `ingress.enabled` | Enable ingress controller resource | `false` |
| `ingress.hosts[0].name` | Hostname to your Airflow installation | `airflow.local` |
| `ingress.hosts[0].path` | Path within the url structure | `/` |
| `ingress.hosts[0].tls` | Utilize TLS backend in ingress | `false` |
| `ingress.hosts[0].tlsHosts` | Array of TLS hosts for ingress record (defaults to `ingress.hosts[0].name` if `nil`) | `nil` |
| `ingress.hosts[0].tlsSecret` | TLS Secret (certificates) | `airflow.local-tls` |
| `ingress.secrets[0].name` | TLS Secret Name | `nil` |
| `ingress.secrets[0].certificate` | TLS Secret Certificate | `nil` |
| `ingress.secrets[0].key` | TLS Secret Key | `nil` |
### Airflow metrics parameters
| Parameter | Description | Default |
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `metrics.image.registry` | Airflow exporter image registry | `docker.io` |
| `metrics.image.repository` | Airflow exporter image name | `bitnami/airflow-exporter` |
| `metrics.image.tag` | Airflow exporter image tag | `{TAG_NAME}` |
| `metrics.podAnnotations` | Annotations to add to the metrics's pods | `nil` |
| `metrics.podLabels` | Labels to add to the worker's pods | `{}` |
| `metrics.resources` | The resources for the metrics containers | `{}` |
| `metrics.tolerations` | The tolerations for the metrics pod | `[]` |
| Parameter | Description | Default |
|-----------------------------|--------------------------------------------------|---------------------------------------------------------|
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `metrics.image.registry` | Airflow exporter image registry | `docker.io` |
| `metrics.image.repository` | Airflow exporter image name | `bitnami/airflow-exporter` |
| `metrics.image.tag` | Airflow exporter image tag | `{TAG_NAME}` |
| `metrics.podAnnotations` | Annotations to add to the metrics's pods | `nil` |
| `metrics.podLabels` | Labels to add to the worker's pods | `{}` |
| `metrics.resources` | The resources for the metrics containers | `{}` |
| `metrics.tolerations` | The tolerations for the metrics pod | `[]` |
### Airflow ldap parameters
| Parameter | Description | Default |
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `ldap.base` | LDAP search base DN | `nil` |
| `ldap.binddn` | LDAP bind DN | `nil` |
| `ldap.bindpw` | LDAP bind password | `nil` |
| `ldap.enabled` | Enable LDAP support | `false` |
| `ldap.tls.enabled` | Enable LDAP over TLS (LDAPS) | `False` |
| `ldap.tls.allowSelfSigned` | Allow self signed certificates for LDAPS | `True` |
| `ldap.tls.CAcertificateSecret` | Name of the secret that contains the LDAPS CA cert file | `uid` |
| `ldap.tls.CAcertificateFilename` | LDAPS CA cert filename | `uid` |
| `ldap.uidField` | LDAP field used for uid | `uid` |
| `ldap.uri` | LDAP URL beginning in the form `ldap[s]://<hostname>:<port>` | `nil` |
| Parameter | Description | Default |
|----------------------------------|--------------------------------------------------------------|---------|
| `ldap.base` | LDAP search base DN | `nil` |
| `ldap.binddn` | LDAP bind DN | `nil` |
| `ldap.bindpw` | LDAP bind password | `nil` |
| `ldap.enabled` | Enable LDAP support | `false` |
| `ldap.tls.enabled` | Enable LDAP over TLS (LDAPS) | `False` |
| `ldap.tls.allowSelfSigned` | Allow self signed certificates for LDAPS | `True` |
| `ldap.tls.CAcertificateSecret` | Name of the secret that contains the LDAPS CA cert file | `uid` |
| `ldap.tls.CAcertificateFilename` | LDAPS CA cert filename | `uid` |
| `ldap.uidField` | LDAP field used for uid | `uid` |
| `ldap.uri` | LDAP URL beginning in the form `ldap[s]://<hostname>:<port>` | `nil` |
### Airflow git sync parameters
| Parameter | Description | Default |
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|
| `git.clone.args` | Override default container args (useful when using custom images) | `nil` |
| `git.clone.command` | Override default container command (useful when using custom images) | `nil` |
| `git.clone.extraEnvVars` | Array containing extra env vars | `nil` |
| `git.clone.extraEnvVarsCM` | ConfigMap containing extra env vars | `nil` |
| `git.clone.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `nil` |
| `git.clone.extraVolumeMounts` | Array of extra volume mounts to be added (evaluated as template). Normally used with `extraVolumes`. | `nil` |
| `git.dags.enabled` | Enable in order to download DAG files from git repository. | `false` |
| `git.dags.repositories[0].branch` | Branch from repository to checkout | `nil` |
| `git.dags.repositories[0].name` | An unique identifier for repository, must be unique for each repository, by default: `[0].repository` in kebacase | `nil` |
| `git.dags.repositories[0].path` | Path to a folder in the repository containing the dags. | `nil` |
| `git.dags.repositories[0].repository` | Repository where download plugins from | `nil` |
| `git.image.pullPolicy` | Git image pull policy | `"IfNotPresent"` |
| `git.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `git.image.registry` | Git image registry | `"docker.io"` |
| `git.image.repository` | Git image name | `"bitnami/git"` |
| `git.image.tag` | Git image tag | `"2.29.0-debian-10-r0"` |
| `git.plugins.enabled` | Enable in order to download plugins from git repository. | `false` |
| `git.plugins.repositories[0].branch` | Branch from repository to checkout | `nil` |
| `git.plugins.repositories[0].name` | An unique identifier for repository, must be unique for each repository, by default: `[0].repository` in kebacase | `nil` |
| `git.plugins.repositories[0].path` | Path to a folder in the repository containing the plugins. | `nil` |
| `git.plugins.repositories[0].repository` | Repository where download plugins from | `nil` |
| `git.sync.args` | Override default container args (useful when using custom images) | `nil` |
| `git.sync.command` | Override default container command (useful when using custom images) | `nil` |
| `git.sync.extraEnvVars` | Array containing extra env vars | `nil` |
| `git.sync.extraEnvVarsCM` | ConfigMap containing extra env vars | `nil` |
| `git.sync.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `nil` |
| `git.sync.extraVolumeMounts` | Array of extra volume mounts to be added (evaluated as template). Normally used with `extraVolumes`. | `nil` |
| `git.sync.interval` | Interval (in seconds) to pull the git repository containing the plugins and/or DAG files | `60` |
| Parameter | Description | Default |
|------------------------------------------|-------------------------------------------------------------------------------------------------------------------|-------------------------|
| `git.clone.args` | Override default container args (useful when using custom images) | `nil` |
| `git.clone.command` | Override default container command (useful when using custom images) | `nil` |
| `git.clone.extraEnvVars` | Array containing extra env vars | `nil` |
| `git.clone.extraEnvVarsCM` | ConfigMap containing extra env vars | `nil` |
| `git.clone.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `nil` |
| `git.clone.extraVolumeMounts` | Array of extra volume mounts to be added (evaluated as template). Normally used with `extraVolumes`. | `nil` |
| `git.dags.enabled` | Enable in order to download DAG files from git repository. | `false` |
| `git.dags.repositories[0].branch` | Branch from repository to checkout | `nil` |
| `git.dags.repositories[0].name` | An unique identifier for repository, must be unique for each repository, by default: `[0].repository` in kebacase | `nil` |
| `git.dags.repositories[0].path` | Path to a folder in the repository containing the dags. | `nil` |
| `git.dags.repositories[0].repository` | Repository where download plugins from | `nil` |
| `git.image.pullPolicy` | Git image pull policy | `"IfNotPresent"` |
| `git.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `git.image.registry` | Git image registry | `"docker.io"` |
| `git.image.repository` | Git image name | `"bitnami/git"` |
| `git.image.tag` | Git image tag | `"2.29.0-debian-10-r0"` |
| `git.plugins.enabled` | Enable in order to download plugins from git repository. | `false` |
| `git.plugins.repositories[0].branch` | Branch from repository to checkout | `nil` |
| `git.plugins.repositories[0].name` | An unique identifier for repository, must be unique for each repository, by default: `[0].repository` in kebacase | `nil` |
| `git.plugins.repositories[0].path` | Path to a folder in the repository containing the plugins. | `nil` |
| `git.plugins.repositories[0].repository` | Repository where download plugins from | `nil` |
| `git.sync.args` | Override default container args (useful when using custom images) | `nil` |
| `git.sync.command` | Override default container command (useful when using custom images) | `nil` |
| `git.sync.extraEnvVars` | Array containing extra env vars | `nil` |
| `git.sync.extraEnvVarsCM` | ConfigMap containing extra env vars | `nil` |
| `git.sync.extraEnvVarsSecret` | Secret containing extra env vars (in case of sensitive data) | `nil` |
| `git.sync.extraVolumeMounts` | Array of extra volume mounts to be added (evaluated as template). Normally used with `extraVolumes`. | `nil` |
| `git.sync.interval` | Interval (in seconds) to pull the git repository containing the plugins and/or DAG files | `60` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

View File

@@ -24,9 +24,10 @@ spec:
http:
paths:
- path: {{ default "/" .path }}
backend:
serviceName: {{ include "common.names.fullname" $ }}
servicePort: http
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
pathType: {{ default "ImplementationSpecific" .pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
tls:
{{- range .Values.ingress.hosts }}

View File

@@ -8,6 +8,10 @@
# - myRegistryKeySecretName
# storageClass: myStorageClass
## Force target Kubernetes version (using Helm capabilites if not set)
##
kubeVersion:
## String to partially override airflow.fullname template (will maintain the release name)
##
nameOverride:
@@ -18,7 +22,7 @@ fullnameOverride:
## ref: http://airflow.apache.org/docs/stable/executor/index.html
## valid values: ['SequentialExecutor', 'Local Executor', 'CeleryExecutor', 'KubernetesExecutor']
##
executor: 'CeleryExecutor'
executor: "CeleryExecutor"
## Name of an existing config map containing the Airflow config file
##
configurationConfigMap:
@@ -186,7 +190,7 @@ web:
## Priority Class Name
## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass
##
priorityClassName: ''
priorityClassName: ""
## Scheculer component related properties
##
@@ -296,7 +300,7 @@ scheduler:
## Priority Class Name
## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass
##
priorityClassName: ''
priorityClassName: ""
## Worker component related properties
##
@@ -458,7 +462,7 @@ worker:
## Priority Class Name
## ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass
##
priorityClassName: ''
priorityClassName: ""
## Add labels to all the deployed resources
##
@@ -606,19 +610,19 @@ ldap:
enabled: false
## Server URI, eg. ldap://ldap_server:389
##
uri: 'ldap://ldap_server:389'
uri: "ldap://ldap_server:389"
## Base of the search, eg. ou=example,o=org
##
base: 'ou=example,o=org'
base: "ou=example,o=org"
## Bind DN
##
binddn: 'cn=user,ou=example,o=org'
binddn: "cn=user,ou=example,o=org"
## Bind Password
##
bindpw: ''
bindpw: ""
## Field used for uid
##
uidField: 'uid'
uidField: "uid"
## SSL/TLS parameters for LDAP
##
tls:
@@ -631,11 +635,11 @@ ldap:
## Name of the existing secret containing the certificate CA file that will be used by ldap client.
## Cloud be create with: kubectl create secret generic airflow-secret --from-file=./ca.pem
##
CAcertificateSecret: ''
CAcertificateSecret: ""
## LDAP CA cert filename
## eg. ca.pem
##
CAcertificateFilename: ''
CAcertificateFilename: ""
## Role Based Access
## Ref: https://kubernetes.io/docs/admin/authorization/rbac/
@@ -710,6 +714,10 @@ ingress:
##
enabled: true
## Override API Version (automatically detected if not set)
##
apiVersion:
## Set this to true in order to add the corresponding annotations for cert-manager
##
certManager: false
@@ -764,7 +772,7 @@ ingress:
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
## Allowed values: soft, hard
##
podAffinityPreset: ''
podAffinityPreset: ""
## Pod anti-affinity preset
## Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity
@@ -779,12 +787,13 @@ podAntiAffinityPreset: soft
nodeAffinityPreset:
## Node affinity type
## Allowed values: soft, hard
type: ''
##
type: ""
## Node label key to match
## E.g.
## key: "kubernetes.io/e2e-az-name"
##
key: ''
key: ""
## Node label values to match
## E.g.
## values:
@@ -911,8 +920,8 @@ metrics:
podLabels: {}
podAnnotations:
prometheus.io/scrape: 'true'
prometheus.io/port: '9112'
prometheus.io/scrape: "true"
prometheus.io/port: "9112"
## Array with extra yaml to deploy with the chart. Evaluated as a template
##

View File

@@ -8,6 +8,10 @@
# - myRegistryKeySecretName
# storageClass: myStorageClass
## Force target Kubernetes version (using Helm capabilites if not set)
##
kubeVersion:
## String to partially override airflow.fullname template (will maintain the release name)
##
nameOverride:
@@ -710,6 +714,14 @@ ingress:
##
enabled: false
## Override API Version (automatically detected if not set)
##
apiVersion:
## Ingress Path type
##
pathType: ImplementationSpecific
## Set this to true in order to add the corresponding annotations for cert-manager
##
certManager: false
@@ -779,6 +791,7 @@ podAntiAffinityPreset: soft
nodeAffinityPreset:
## Node affinity type
## Allowed values: soft, hard
##
type: ''
## Node label key to match
## E.g.