Skip to content

Commit

Permalink
Set backend RAM limit to 3x request
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 13, 2024
1 parent d1d3d8e commit f2d3f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ parameters:
- name: CPU_LIMIT
value: 100m
- name: MEMORY_REQUEST
value: 100Mi
value: 150Mi
- name: MEMORY_LIMIT
value: 300Mi
value: 450Mi
- name: MIN_REPLICAS
description: The minimum amount of replicas for the horizontal pod autoscaler.
value: "3"
Expand Down

0 comments on commit f2d3f79

Please sign in to comment.