Skip to content

Commit

Permalink
Update cronjob config taginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 14, 2024
1 parent 580ea19 commit 8326d17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ohm/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: osm-seed
version: '0.1.0-n803.h65b2760'
version: '0.1.0-n805.h67c63ac'
repository: https://devseed.com/osm-seed-chart/
13 changes: 8 additions & 5 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ osm-seed:
TAGINFO_PROJECT_REPO: https://github.com/OpenHistoricalMap/taginfo-projects.git
DOWNLOAD_DB: 'languages wiki'
CREATE_DB: 'db projects chronology'
ENVIRONMENT: development
ENVIRONMENT: staging
AWS_S3_BUCKET: taginfo
INTERVAL_DOWNLOAD_DATA: 3600
resources:
Expand All @@ -685,10 +685,13 @@ osm-seed:
enabled: true
label_key: nodegroup_type
label_value: web
nodeSelectorJob:
enabled: true
label_key: nodegroup_type
label_value: job
cronjob:
enabled: false
schedule: "0 0 * * *"
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: job_xlarge
# ====================================================================================================
# Variables for osm-simple-metrics
# ====================================================================================================
Expand Down

0 comments on commit 8326d17

Please sign in to comment.