mirror of
https://github.com/bitnami/charts.git
synced 2026-04-01 06:47:23 +08:00
[bitnami/airflow] Use different liveness/readiness probes (#25971)
Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
@@ -378,6 +378,12 @@ The Bitnami Airflow chart relies on the PostgreSQL chart persistence. This means
|
||||
| `scheduler.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `15` |
|
||||
| `scheduler.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
|
||||
| `scheduler.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
|
||||
| `scheduler.startupProbe.enabled` | Enable startupProbe on Airflow scheduler containers | `false` |
|
||||
| `scheduler.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `60` |
|
||||
| `scheduler.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
|
||||
| `scheduler.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` |
|
||||
| `scheduler.startupProbe.failureThreshold` | Failure threshold for startupProbe | `15` |
|
||||
| `scheduler.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
|
||||
| `scheduler.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
|
||||
| `scheduler.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
|
||||
| `scheduler.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
|
||||
|
||||
Reference in New Issue
Block a user