Skip to content

Commit

Permalink
chore(ci): dial up backend memory request and limit (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Feb 21, 2024
1 parent aee0b17 commit 11517a3
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 @@ -18,11 +18,11 @@ parameters:
- name: CPU_REQUEST
value: "10m"
- name: MEMORY_REQUEST
value: "290Mi"
value: "350Mi"
- name: CPU_LIMIT
value: "100m"
- name: MEMORY_LIMIT
value: "350Mi"
value: "500Mi"
- name: MIN_REPLICAS
description: The minimum amount of replicas for the horizontal pod autoscaler.
value: "3"
Expand Down

0 comments on commit 11517a3

Please sign in to comment.