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