Skip to content

Commit

Permalink
Merge branch 'main' into task/bui-raster-calc
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw authored Nov 5, 2024
2 parents 451714d + 3d3227a commit a316ea9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions openshift/templates/c_haines.cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ objects:
- name: ${JOB_NAME}
resources:
limits:
cpu: "0.5"
cpu: "250m"
memory: 2Gi
requests:
cpu: "0.5"
cpu: "75m"
memory: 1Gi
image: ${IMAGE_REGISTRY}/${PROJ_TOOLS}/${IMAGE_NAME}:${IMAGE_TAG}
imagePullPolicy: "Always"
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/prune_hourlies_cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ objects:
value: ${SUFFIX}
resources:
limits:
cpu: "1"
cpu: "250m"
memory: 1024Mi
requests:
cpu: "500m"
cpu: "75m"
memory: 512Mi
restartPolicy: OnFailure
4 changes: 2 additions & 2 deletions openshift/templates/viirs_snow.cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ objects:
key: object-store-bucket
resources:
limits:
cpu: "2"
cpu: "250m"
memory: 2048Mi
requests:
cpu: "500m"
cpu: "75m"
memory: 512Mi
restartPolicy: OnFailure

0 comments on commit a316ea9

Please sign in to comment.