introduced control parameter for cronjob
This commit is contained in:
parent
a92ed86c4d
commit
3277d6d854
1 changed files with 46 additions and 38 deletions
|
|
@ -5,8 +5,16 @@ metadata:
|
||||||
namespace: gitea
|
namespace: gitea
|
||||||
spec:
|
spec:
|
||||||
schedule: "0 1 * * *"
|
schedule: "0 1 * * *"
|
||||||
|
concurrencyPolicy: "Forbid"
|
||||||
|
successfulJobsHistoryLimit: 5
|
||||||
|
failedJobsHistoryLimit: 5
|
||||||
|
startingDeadlineSeconds: 600 # 10 minutes
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
|
# 60 min until backup - 10 min start - (backoffLimit * activeDeadlineSeconds) - some time sync buffer
|
||||||
|
activeDeadlineSeconds: 1350
|
||||||
|
backoffLimit: 2
|
||||||
|
ttlSecondsAfterFinished: 259200 #
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue