diff --git a/manifest-template.yaml b/manifest-template.yaml index 1a75b70..6d3a70c 100644 --- a/manifest-template.yaml +++ b/manifest-template.yaml @@ -1,4 +1,4 @@ -apiVersion: batch/v1beta1 +apiVersion: batch/v1 kind: CronJob metadata: name: house-data-scraper @@ -23,10 +23,10 @@ spec: value: "5432" resources: requests: - cpu: 50m + cpu: 200m memory: 126Mi limits: - cpu: 100m + cpu: 400m memory: 256Mi restartPolicy: Never imagePullSecrets: diff --git a/manifest.yaml b/manifest.yaml index d39813c..df3deea 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -4,7 +4,7 @@ metadata: name: house-data-scraper spec: # every Sunday 23:05 utc - schedule: "5 23 * * 0" + schedule: "8 2 * * 4" jobTemplate: spec: backoffLimit: 0 @@ -23,10 +23,10 @@ spec: value: "5432" resources: requests: - cpu: 50m + cpu: 200m memory: 126Mi limits: - cpu: 100m + cpu: 400m memory: 256Mi restartPolicy: Never imagePullSecrets: