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:
|
||||
name: mdapi
|
||||
spec:
|
||||
successfulJobsHistoryLimit: 3
|
||||
failedJobsHistoryLimit: 1
|
||||
concurrencyPolicy: Forbid
|
||||
schedule: "20 * * * *"
|
||||
jobTemplate:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue