Skip to content

Commit

Permalink
Corrected schedule for curl cronjob.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperclaw79 authored Sep 16, 2023
1 parent 1604114 commit 355b4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ kind: CronJob
metadata:
name: curl-frontend-cronjob
spec:
schedule: "10 */1 * * *"
schedule: "0 */1 * * *"
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
jobTemplate:
Expand Down

0 comments on commit 355b4a0

Please sign in to comment.