mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/airflow] fix typo in readme for session affinity (#18996)
Signed-off-by: Stijn De Haes <stijndehaes@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6ff1d83cc7
commit
7c94a795e4
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Airflow is a platform to programmatically author, schedule and monitor workflows
|
||||
name: airflow
|
||||
version: 5.2.3
|
||||
version: 5.2.4
|
||||
appVersion: 1.10.4
|
||||
icon: https://airflow.apache.org/_images/pin_large.png
|
||||
home: https://airflow.apache.org/
|
||||
|
||||
@@ -369,7 +369,7 @@ The following table lists the configurable parameters of the Airflow chart and t
|
||||
| `airflow.service.annotations` | (optional) service annotations for Airflow UI | `{}` |
|
||||
| `airflow.service.externalPort` | (optional) external port for Airflow UI | `8080` |
|
||||
| `airflow.service.nodePort.http` | (optional) when using service.type == NodePort, an optional NodePort to request | ``|
|
||||
| `airflow.service.serviceSessionAffinity` | The session affinity for the airflow UI | `None` |
|
||||
| `airflow.service.sessionAffinity` | The session affinity for the airflow UI | `None` |
|
||||
| `airflow.service.sessionAffinityConfig` | The session affinity config for the airflow UI | `None` |
|
||||
| `airflow.executor` | the executor to run | `Celery` |
|
||||
| `airflow.initRetryLoop` | max number of retries during container init | |
|
||||
|
||||
Reference in New Issue
Block a user