Merge pull request #195 from sirius0xdev/fix/news-bot-schedule
fix(news-bot): drop telebot, fix scraper schedule
This commit is contained in:
commit
09f622e191
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue