Skip to content

Commit

Permalink
Dial up backend and racle-api cpu allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 16, 2024
1 parent 4ac9ca3 commit 14cda32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 15m
value: 25m
- name: CPU_LIMIT
value: 60m
value: 100m
- name: MEMORY_REQUEST
value: 150Mi
- name: MEMORY_LIMIT
Expand Down
4 changes: 2 additions & 2 deletions oracle-api/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ parameters:
- name: DOMAIN
value: apps.silver.devops.gov.bc.ca
- name: CPU_REQUEST
value: 15m
value: 25m
- name: CPU_LIMIT
value: 50m
value: 100m
- name: MEMORY_REQUEST
value: 150Mi
- name: MEMORY_LIMIT
Expand Down

0 comments on commit 14cda32

Please sign in to comment.