change scraper to run at 50minutes past the hour instead of top of the hour
This commit is contained in:
parent
23645e21b5
commit
2147cab44c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
name: news-scraper
|
||||
namespace: customer1
|
||||
spec:
|
||||
schedule: "0 * * * *"
|
||||
schedule: "50 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue