From be9adcbfa212527c8a63fdf412fb10581d76e126 Mon Sep 17 00:00:00 2001 From: juarez Date: Wed, 9 Aug 2023 16:57:45 +0200 Subject: [PATCH] Remove clean temp files configuration of exporter --- ccp/modules/exporter-compose.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ccp/modules/exporter-compose.yml b/ccp/modules/exporter-compose.yml index 7ea2936..0f980c3 100644 --- a/ccp/modules/exporter-compose.yml +++ b/ccp/modules/exporter-compose.yml @@ -9,10 +9,6 @@ services: EXPORTER_DB_USER: "exporter" EXPORTER_DB_PASSWORD: "${EXPORTER_DB_PASSWORD}" # Set in exporter-setup.sh EXPORTER_DB_URL: "jdbc:postgresql://exporter-db:5432/exporter" - CLEAN_TEMP_FILES_CRON_EXPRESSION: "0 0 1 * * *" - TEMP_FILES_LIFETIME_IN_DAYS: "1" - CLEAN_WRITE_FILES_CRON_EXPRESSION: "0 0 2 * * *" - WRITE_FILES_LIFETIME_IN_DAYS: "30" HTTP_RELATIVE_PATH: "/ccp-exporter" HTTP_SERVLET_REQUEST_SCHEME: "https" OPAL_ADMINISTRATOR_PASSWORD: "${LDM_PASSWORD}"