fix(news-bot): fix pipeline timing, consolidate to single analyst

- Move scraper from :50 to :00 (runs first)
- Remove analyst-gemma and deepseek-analyst-v1.1 (was race condition)
- Enable new_deepseek.yaml (deepseek-analyst v1.2, latest image)
- Pipeline: scraper :00 -> analyst :15 -> telebot :30
This commit is contained in:
Hermes DevOps 2026-05-28 06:05:13 +00:00
parent c75510cb09
commit 2b7909d84f
2 changed files with 1 additions and 5 deletions

View file

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

View file

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