Skip to content

Commit

Permalink
Merge branch 'main' into task/partition-weather-station-model-predict…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
conbrad authored Nov 6, 2024
2 parents 8f3e77e + e9af933 commit 05277ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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/nats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ parameters:
value: 3800Mi
- name: MEMORY_LIMIT
required: true
value: 6000Mi
value: 5000Mi

objects:
- apiVersion: v1
Expand Down Expand Up @@ -283,7 +283,7 @@ objects:
cpu: "250m"
memory: ${MEMORY_REQUEST}
limits:
cpu: "3000m"
cpu: "500m"
memory: ${MEMORY_LIMIT}
command:
[
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 05277ff

Please sign in to comment.