Skip to content

Commit

Permalink
Dialed backend back down
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 6, 2024
1 parent 1849973 commit 962e9eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ parameters:
- name: FORESTCLIENTAPI_ADDRESS
value: "https://nr-forest-client-api-prod.api.gov.bc.ca/api"
- name: CPU_REQUEST
value: 100m
value: 150m
- name: CPU_LIMIT
value: 300m
value: 50m
- name: MEMORY_REQUEST
value: 100Mi
- name: MEMORY_LIMIT
value: 500Mi
value: 300Mi
- name: MIN_REPLICAS
description: The minimum amount of replicas for the horizontal pod autoscaler.
value: "3"
Expand Down

0 comments on commit 962e9eb

Please sign in to comment.