From: garciadeblas Date: Tue, 4 Jul 2023 13:46:11 +0000 (+0200) Subject: Update airflow-values to restrict the volume of the worker logs X-Git-Tag: release-v15.0-start~43 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F24%2F13624%2F1;p=osm%2Fdevops.git Update airflow-values to restrict the volume of the worker logs Change-Id: Ic0216ae3a6adc4741b66d00cc97c4b71557e462b Signed-off-by: garciadeblas --- diff --git a/installers/helm/values/airflow-values.yaml b/installers/helm/values/airflow-values.yaml index 9d05c4f6..b574ff4e 100644 --- a/installers/helm/values/airflow-values.yaml +++ b/installers/helm/values/airflow-values.yaml @@ -38,4 +38,6 @@ extraEnv: | config: core: dags_folder: "/home/airflow/.local/lib/python3.10/site-packages/osm_ngsa" - +workers: + persistence: + size: 8Gi