docsbuilding: add an activeDeadline for cronjob

This commit is contained in:
Francois Andrieu 2022-01-03 23:54:56 +01:00 committed by kevin
parent 4e28ef6c15
commit e728dcaeb1
2 changed files with 4 additions and 0 deletions

View file

@ -5,8 +5,10 @@ metadata:
spec:
concurrencyPolicy: Forbid
schedule: "0 23 * * *"
startingDeadlineSeconds: 3600
jobTemplate:
spec:
activeDeadlineSeconds: 86400
template:
metadata:
labels:

View file

@ -5,8 +5,10 @@ metadata:
spec:
concurrencyPolicy: Forbid
schedule: "50 * * * *"
startingDeadlineSeconds: 1800
jobTemplate:
spec:
activeDeadlineSeconds: 3600
template:
metadata:
labels: