From 286e95c979d6795bd687831b3b0bbf8f74c48999 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Mon, 22 Apr 2024 22:29:42 -0500 Subject: [PATCH] Update cronjob for taginfo --- values.production.template.yaml | 2 +- values.staging.template.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/values.production.template.yaml b/values.production.template.yaml index 964ac1da..dc6fdaab 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -638,7 +638,7 @@ osm-seed: CREATE_DB: 'db projects chronology' ENVIRONMENT: staging AWS_S3_BUCKET: taginfo - INTERVAL_DOWNLOAD_DATA: 86400 + INTERVAL_DOWNLOAD_DATA: 7d resources: enabled: false requests: diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 86f8a2be..1d54fc7e 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -673,7 +673,7 @@ osm-seed: CREATE_DB: 'db projects chronology' ENVIRONMENT: staging AWS_S3_BUCKET: taginfo - INTERVAL_DOWNLOAD_DATA: 86400 + INTERVAL_DOWNLOAD_DATA: 7d resources: enabled: false requests: @@ -688,7 +688,7 @@ osm-seed: label_value: web cronjob: enabled: true - schedule: "0 0 * * *" # every 1 days - testing + schedule: "0 0 * * 0" # every 7 days nodeSelector: enabled: true label_key: nodegroup_type