Skip to content

Commit

Permalink
블러 cronjob 이른 오후부터 돌리기
Browse files Browse the repository at this point in the history
  • Loading branch information
yongseongkim committed Oct 4, 2024
1 parent 830c154 commit a5f58af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/helm/scc-server/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
labels:
{{- include "scc-server.labels" . | nindent 4 }}
spec:
# Run every minute from 12:00AM to 08:00AM in KST
schedule: "* 15-23 * * *"
# Run every minute from 17:00PM to 08:00AM in KST
schedule: "* 8-23 * * *"
jobTemplate:
spec:
template:
Expand Down

0 comments on commit a5f58af

Please sign in to comment.