@@ -125,7 +125,7 @@ The command removes all the Kubernetes components associated with the chart and
125125| ` web.containerPorts.http ` | Airflow web HTTP container port | ` 8080 ` |
126126| ` web.replicaCount ` | Number of Airflow web replicas | ` 1 ` |
127127| ` web.livenessProbe.enabled ` | Enable livenessProbe on Airflow web containers | ` true ` |
128- | ` web.livenessProbe.initialDelaySeconds ` | Initial delay seconds for livenessProbe | ` 180 ` |
128+ | ` web.livenessProbe.initialDelaySeconds ` | Initial delay seconds for livenessProbe | ` 360 ` |
129129| ` web.livenessProbe.periodSeconds ` | Period seconds for livenessProbe | ` 20 ` |
130130| ` web.livenessProbe.timeoutSeconds ` | Timeout seconds for livenessProbe | ` 5 ` |
131131| ` web.livenessProbe.failureThreshold ` | Failure threshold for livenessProbe | ` 6 ` |
@@ -258,7 +258,7 @@ The command removes all the Kubernetes components associated with the chart and
258258| ` worker.containerPorts.http ` | Airflow worker HTTP container port | ` 8793 ` |
259259| ` worker.replicaCount ` | Number of Airflow worker replicas | ` 1 ` |
260260| ` worker.livenessProbe.enabled ` | Enable livenessProbe on Airflow worker containers | ` true ` |
261- | ` worker.livenessProbe.initialDelaySeconds ` | Initial delay seconds for livenessProbe | ` 180 ` |
261+ | ` worker.livenessProbe.initialDelaySeconds ` | Initial delay seconds for livenessProbe | ` 360 ` |
262262| ` worker.livenessProbe.periodSeconds ` | Period seconds for livenessProbe | ` 20 ` |
263263| ` worker.livenessProbe.timeoutSeconds ` | Timeout seconds for livenessProbe | ` 5 ` |
264264| ` worker.livenessProbe.failureThreshold ` | Failure threshold for livenessProbe | ` 6 ` |
@@ -412,59 +412,6 @@ The command removes all the Kubernetes components associated with the chart and
412412| ` rbac.create ` | Create Role and RoleBinding | ` false ` |
413413| ` rbac.rules ` | Custom RBAC rules to set | ` [] ` |
414414
415- ### Airflow metrics parameters
416-
417- | Name | Description | Value |
418- | ----------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
419- | ` metrics.enabled ` | Whether or not to create a standalone Airflow exporter to expose Airflow metrics | ` false ` |
420- | ` metrics.image.registry ` | Airflow exporter image registry | ` REGISTRY_NAME ` |
421- | ` metrics.image.repository ` | Airflow exporter image repository | ` REPOSITORY_NAME/airflow-exporter ` |
422- | ` metrics.image.digest ` | Airflow exporter image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
423- | ` metrics.image.pullPolicy ` | Airflow exporter image pull policy | ` IfNotPresent ` |
424- | ` metrics.image.pullSecrets ` | Airflow exporter image pull secrets | ` [] ` |
425- | ` metrics.extraEnvVars ` | Array with extra environment variables to add Airflow exporter pods | ` [] ` |
426- | ` metrics.extraEnvVarsCM ` | ConfigMap containing extra environment variables for Airflow exporter pods | ` "" ` |
427- | ` metrics.extraEnvVarsSecret ` | Secret containing extra environment variables (in case of sensitive data) for Airflow exporter pods | ` "" ` |
428- | ` metrics.containerPorts.http ` | Airflow exporter metrics container port | ` 9112 ` |
429- | ` metrics.resources.limits ` | The resources limits for the container | ` {} ` |
430- | ` metrics.resources.requests ` | The requested resources for the container | ` {} ` |
431- | ` metrics.podSecurityContext.enabled ` | Enable security context for the pods | ` true ` |
432- | ` metrics.podSecurityContext.fsGroup ` | Set Airflow exporter pod's Security Context fsGroup | ` 1001 ` |
433- | ` metrics.containerSecurityContext.enabled ` | Enable Airflow exporter containers' Security Context | ` true ` |
434- | ` metrics.containerSecurityContext.runAsUser ` | Set Airflow exporter containers' Security Context runAsUser | ` 1001 ` |
435- | ` metrics.containerSecurityContext.runAsNonRoot ` | Set Airflow exporter containers' Security Context runAsNonRoot | ` true ` |
436- | ` metrics.containerSecurityContext.privileged ` | Set metrics container's Security Context privileged | ` false ` |
437- | ` metrics.containerSecurityContext.allowPrivilegeEscalation ` | Set metrics container's Security Context allowPrivilegeEscalation | ` false ` |
438- | ` metrics.containerSecurityContext.capabilities.drop ` | List of capabilities to be dropped | ` ["ALL"] ` |
439- | ` metrics.containerSecurityContext.seccompProfile.type ` | Set container's Security Context seccomp profile | ` RuntimeDefault ` |
440- | ` metrics.lifecycleHooks ` | for the Airflow exporter container(s) to automate configuration before or after startup | ` {} ` |
441- | ` metrics.hostAliases ` | Airflow exporter pods host aliases | ` [] ` |
442- | ` metrics.podLabels ` | Extra labels for Airflow exporter pods | ` {} ` |
443- | ` metrics.podAnnotations ` | Extra annotations for Airflow exporter pods | ` {} ` |
444- | ` metrics.podAffinityPreset ` | Pod affinity preset. Ignored if ` metrics.affinity ` is set. Allowed values: ` soft ` or ` hard ` | ` "" ` |
445- | ` metrics.podAntiAffinityPreset ` | Pod anti-affinity preset. Ignored if ` metrics.affinity ` is set. Allowed values: ` soft ` or ` hard ` | ` soft ` |
446- | ` metrics.nodeAffinityPreset.type ` | Node affinity preset type. Ignored if ` metrics.affinity ` is set. Allowed values: ` soft ` or ` hard ` | ` "" ` |
447- | ` metrics.nodeAffinityPreset.key ` | Node label key to match Ignored if ` metrics.affinity ` is set. | ` "" ` |
448- | ` metrics.nodeAffinityPreset.values ` | Node label values to match. Ignored if ` metrics.affinity ` is set. | ` [] ` |
449- | ` metrics.affinity ` | Affinity for pod assignment | ` {} ` |
450- | ` metrics.nodeSelector ` | Node labels for pod assignment | ` {} ` |
451- | ` metrics.tolerations ` | Tolerations for pod assignment | ` [] ` |
452- | ` metrics.schedulerName ` | Name of the k8s scheduler (other than default) for Airflow exporter | ` "" ` |
453- | ` metrics.service.ports.http ` | Airflow exporter metrics service port | ` 9112 ` |
454- | ` metrics.service.clusterIP ` | Static clusterIP or None for headless services | ` "" ` |
455- | ` metrics.service.sessionAffinity ` | Control where client requests go, to the same pod or round-robin | ` None ` |
456- | ` metrics.service.annotations ` | Annotations for the Airflow exporter service | ` {} ` |
457- | ` metrics.serviceMonitor.enabled ` | if ` true ` , creates a Prometheus Operator ServiceMonitor (requires ` metrics.enabled ` to be ` true ` ) | ` false ` |
458- | ` metrics.serviceMonitor.namespace ` | Namespace in which Prometheus is running | ` "" ` |
459- | ` metrics.serviceMonitor.interval ` | Interval at which metrics should be scraped | ` "" ` |
460- | ` metrics.serviceMonitor.scrapeTimeout ` | Timeout after which the scrape is ended | ` "" ` |
461- | ` metrics.serviceMonitor.labels ` | Additional labels that can be used so ServiceMonitor will be discovered by Prometheus | ` {} ` |
462- | ` metrics.serviceMonitor.selector ` | Prometheus instance selector labels | ` {} ` |
463- | ` metrics.serviceMonitor.relabelings ` | RelabelConfigs to apply to samples before scraping | ` [] ` |
464- | ` metrics.serviceMonitor.metricRelabelings ` | MetricRelabelConfigs to apply to samples before ingestion | ` [] ` |
465- | ` metrics.serviceMonitor.honorLabels ` | Specify honorLabels parameter to add the scrape endpoint | ` false ` |
466- | ` metrics.serviceMonitor.jobLabel ` | The name of the label on the target service to use as the job name in prometheus. | ` "" ` |
467-
468415### Airflow database parameters
469416
470417| Name | Description | Value |
0 commit comments