Skip to content

Commit

Permalink
Update cronjob for taginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 23, 2024
1 parent fd3cb84 commit 286e95c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 286e95c

Please sign in to comment.