Skip to content

Commit

Permalink
Update taginfo data generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 21, 2024
1 parent 082369e commit 378a612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ osm-seed:
TAGINFO_PROJECT_REPO: https://github.com/OpenHistoricalMap/taginfo-projects.git
DOWNLOAD_DB: 'languages wiki'
CREATE_DB: 'db projects chronology'
ENVIRONMENT: staging
ENVIRONMENT: production
AWS_S3_BUCKET: taginfo
INTERVAL_DOWNLOAD_DATA: 7d
resources:
Expand All @@ -653,7 +653,7 @@ osm-seed:
label_key: nodegroup_type
label_value: web
cronjob:
enabled: true
enabled: false
schedule: "0 3 */7 * *" # 3:00 AM every 7 days
nodeSelector:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ osm-seed:
label_value: web
cronjob:
enabled: true
schedule: "0 0 * * 0" # every 7 days
schedule: "0 2 * * *" # testing every day 2 am UTC
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand Down

0 comments on commit 378a612

Please sign in to comment.