Skip to content

Commit

Permalink
chore: configure different cpu limit in test and prod for oracle api (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Sep 5, 2024
1 parent 76a98df commit 94c4805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
overwrite: true
parameters:
-p AWS_COGNITO_ISSUER_URI=https://cognito-idp.ca-central-1.amazonaws.com/${{ vars.VITE_USER_POOLS_ID }}
${{ github.event_name == 'pull_request' && '-p CPU_LIMIT=100m' || '' }}
verification_path: "actuator/health"

steps:
Expand Down
2 changes: 1 addition & 1 deletion oracle-api/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parameters:
- name: CPU_REQUEST
value: 25m
- name: CPU_LIMIT
value: 100m
value: 250m
- name: MEMORY_REQUEST
value: 150Mi
- name: MEMORY_LIMIT
Expand Down

0 comments on commit 94c4805

Please sign in to comment.