Skip to content

Commit

Permalink
feat: update schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Dec 18, 2024
1 parent 23c62eb commit 94a4ef7
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
free-game-notifier:
type: cronjob
cronjob:
schedule: '0 16 * 1-11 THU'
schedule: '0 16 * * THU'
successfulJobsHistory: 0
containers: &container
app:
Expand All @@ -45,15 +45,15 @@ spec:
cpu: 5m
limits:
memory: 128M
dec:
type: cronjob
cronjob:
schedule: '0 16 13-31 12 *'
successfulJobsHistory: 0
containers: *container
jan:
type: cronjob
cronjob:
schedule: '0 16 1-3 1 *'
successfulJobsHistory: 0
containers: *container
# dec:
# type: cronjob
# cronjob:
# schedule: '0 16 13-31 12 *'
# successfulJobsHistory: 0
# containers: *container
# jan:
# type: cronjob
# cronjob:
# schedule: '0 16 1-3 1 *'
# successfulJobsHistory: 0
# containers: *container

0 comments on commit 94a4ef7

Please sign in to comment.