toddlers: start the cron job every 6h but only once per hour!

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-07-09 10:55:30 +02:00
parent 9200f1fe95
commit 035986a707

View file

@ -6,7 +6,7 @@ spec:
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
concurrencyPolicy: Forbid
schedule: "* */6 * * *"
schedule: "0 */6 * * *"
startingDeadlineSeconds: 500
jobTemplate:
spec: