Skip to content

Commit

Permalink
Revert NATs resource allocation changes (#4061)
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad authored Nov 6, 2024
1 parent 3d3227a commit e9af933
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit e9af933

Please sign in to comment.