Skip to content

Commit

Permalink
Set backend CPU 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 f2d3f79 commit 014f10e
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 @@ -35,9 +35,9 @@ parameters:
- name: FORESTCLIENTAPI_ADDRESS
value: "https://nr-forest-client-api-prod.api.gov.bc.ca/api"
- name: CPU_REQUEST
value: 50m
value: 10m
- name: CPU_LIMIT
value: 100m
value: 30m
- name: MEMORY_REQUEST
value: 150Mi
- name: MEMORY_LIMIT
Expand Down

0 comments on commit 014f10e

Please sign in to comment.