Skip to content

Commit

Permalink
Edit schedule to every 30mins
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 2, 2024
1 parent 77f435a commit 7a6a660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: new-cron-production
spec:
schedule: "*/10 * * * *"
schedule: "*/30 * * * *"
concurrencyPolicy: Forbid
jobTemplate:
spec:
Expand Down

0 comments on commit 7a6a660

Please sign in to comment.