mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[bitnami/airflow] feat: timeouts for probes (#32235)
This commit is contained in:
committed by
GitHub
parent
a49eff3cf4
commit
67cbd50c22
@@ -3,7 +3,7 @@
|
||||
|
||||
command:
|
||||
airflow-trigger-dag:
|
||||
exec: airflow dags trigger example_bash_operator
|
||||
exec: airflow dags trigger UI_dag
|
||||
exit-status: 0
|
||||
timeout: 40000
|
||||
{{- $uid := .Vars.web.containerSecurityContext.runAsUser }}
|
||||
|
||||
@@ -3,7 +3,7 @@ auth:
|
||||
overrideConfiguration:
|
||||
logging:
|
||||
colored_console_log: 'True'
|
||||
loadExamples: true
|
||||
loadExamples: false
|
||||
defaultInitContainers:
|
||||
prepareConfig:
|
||||
containerSecurityContext:
|
||||
|
||||
Reference in New Issue
Block a user