Skip to content

Commit

Permalink
Revise oracle-api resources
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 2, 2024
1 parent 79f4c5b commit dadc4b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions oracle-api/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ parameters:
- name: DOMAIN
value: apps.silver.devops.gov.bc.ca
- name: CPU_REQUEST
value: 100m
value: 15m
- name: CPU_LIMIT
value: 500m
value: 30m
- name: MEMORY_REQUEST
value: 300Mi
value: 150Mi
- name: MEMORY_LIMIT
value: 500Mi
value: 225Mi
- name: ALLOWED_ORIGINS
description: Sets all the allowed request origins
value: "http://localhost:300*,https://*.apps.silver.devops.gov.bc.ca,https://*.nrs.gov.bc.ca"
Expand Down

0 comments on commit dadc4b0

Please sign in to comment.