Skip to content

Commit

Permalink
update cronjob to hourly.
Browse files Browse the repository at this point in the history
  • Loading branch information
cguertin14 authored Jan 26, 2023
1 parent b5303f7 commit ff2fb17
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manifests/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ metadata:
name: ddns-cron
spec:
# Cronjob will run once a day to check for updates.
schedule: '@daily'
successfulJobsHistoryLimit: 7
failedJobsHistoryLimit: 7
schedule: '@hourly'
# keep last 48 hours worth of jobs.
successfulJobsHistoryLimit: 48
failedJobsHistoryLimit: 48
jobTemplate:
spec:
template:
Expand Down

0 comments on commit ff2fb17

Please sign in to comment.