Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
fix the habr.ru schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Oct 14, 2023
1 parent a878b6f commit b3fe43e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion helm/producer-rss/templates/all-jobs-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
17/23 * * * * wsj-com-world
26 * * * * yle-fi
25/20 * * * * youtube-com-popular

29/19 * * * * https://www.engineering.com/jobs/rss/
30 0/12 * * * https://phys.org/rss-feed/journals/astrophysical-journal/
31 * * * * https://www.linuxtoday.com/feed/
Expand Down
2 changes: 1 addition & 1 deletion helm/producer-rss/templates/cronjob-habr-com-en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- name: LOG_LEVEL
value: "{{ .Values.log.level }}"
- name: FEED_URL
value: "https://habr.com/ru/rss/articles/"
value: "https://habr.com/en/rss/articles/"
- name: FEED_TLS_SKIP_VERIFY
value: "{{ .Values.feed.tls.skipVerify }}"
- name: FEED_UPDATE_INTERVAL_MIN
Expand Down
2 changes: 1 addition & 1 deletion helm/producer-rss/templates/cronjob-habr-com-ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app: "producer-rss"
name: "{{ include "producerRss.fullname" . }}-habr-com-ru"
spec:
schedule: "7/13 0 * * *"
schedule: "7/13 * * * *"
jobTemplate:
spec:
template:
Expand Down

0 comments on commit b3fe43e

Please sign in to comment.