From 7812a1c7fc8bbc94a99937ab393de7229f3df000 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 4 Jul 2023 15:46:11 +0200 Subject: [PATCH] Update airflow-values to restrict the volume of the worker logs Change-Id: Ic0216ae3a6adc4741b66d00cc97c4b71557e462b Signed-off-by: garciadeblas --- installers/helm/values/airflow-values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.25.1