Skip to content

Commit

Permalink
Updating FailedJobHistory
Browse files Browse the repository at this point in the history
  • Loading branch information
fmdlc committed Oct 31, 2020
1 parent bae236a commit c939e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/base/cronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ metadata:
spec:
schedule: "*/10 * * * *"
startingDeadlineSeconds: 100
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 2
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
concurrencyPolicy: "Forbid"
jobTemplate:
spec:
Expand Down

0 comments on commit c939e60

Please sign in to comment.