diff --git a/values.production.template.yaml b/values.production.template.yaml index 4b758e8e..0288b65f 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -930,6 +930,10 @@ ohm: NODEGROUP_TYPE: web_large # Nodegroup type to run the job MAX_ACTIVE_JOBS: 10 # Maximum number of active jobs in high concurrency queue DELETE_OLD_JOBS_AGE: 3600 # 1 hours + EXECUTE_PURGE: 'true' + EXECUTE_SEED: 'false' + PURGE_CONCURRENCY: 16 + SEED_CONCURRENCY: 16 PURGE_MIN_ZOOM: 8 PURGE_MAX_ZOOM: 17 # Purging zoom 18,19,20 takes hours to complete,we are going to remove direct from s3 the tiles for zoom 19-20 SEED_MIN_ZOOM: 8