diff --git a/manifest-template.yaml b/manifest-template.yaml index 4c52b74..0b5c5c9 100644 --- a/manifest-template.yaml +++ b/manifest-template.yaml @@ -3,8 +3,8 @@ kind: CronJob metadata: name: house-data-scraper spec: - # every Sunday 10:05 am - schedule: "5 0 * * 0" + # every Sunday 23:05 utc + schedule: "5 23 * * 0" jobTemplate: spec: backoffLimit: 0