From 7dbffe99e30714d524b4c583f77264f366da8dc8 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Thu, 6 Apr 2023 12:15:49 +1000 Subject: [PATCH] update resources --- manifest-template.yaml | 6 +++--- manifest.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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: