Merge pull request #195 from sirius0xdev/fix/news-bot-schedule

fix(news-bot): drop telebot, fix scraper schedule
This commit is contained in:
sirius0xdev 2026-05-28 02:32:15 -04:00 committed by GitHub
commit 09f622e191
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View file

@ -7,12 +7,8 @@ resources:
- scraper-cronjob.yaml - scraper-cronjob.yaml
- scrapy-urls-configmap.yaml - scrapy-urls-configmap.yaml
- scrapy-configmap.yaml - scrapy-configmap.yaml
- telebot-cronjob.yaml
- telebot-secret.yaml
- gemma-configmap.yaml - gemma-configmap.yaml
# - analyst-cronjob.yaml
- news-app-password.yaml - news-app-password.yaml
- news-app-db.yaml - news-app-db.yaml
- deepseek-configmap.yaml - deepseek-configmap.yaml
- new_deepseek.yaml - new_deepseek.yaml
#- deepseek-summarizer.yaml

View file

@ -5,7 +5,7 @@ metadata:
name: news-scraper name: news-scraper
namespace: customer1 namespace: customer1
spec: spec:
schedule: "50 * * * *" schedule: "0 * * * *"
jobTemplate: jobTemplate:
spec: spec:
template: template: