mdapi: configure openshift cronjob housekeeping
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
659131c821
commit
f4a1f3c1d5
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ kind: CronJob
|
||||||
metadata:
|
metadata:
|
||||||
name: mdapi
|
name: mdapi
|
||||||
spec:
|
spec:
|
||||||
|
successfulJobsHistoryLimit: 3
|
||||||
|
failedJobsHistoryLimit: 1
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
schedule: "20 * * * *"
|
schedule: "20 * * * *"
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue