Skip to content

Commit

Permalink
chore(ci): set PROD oracle-api replicas to 3-5 (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Sep 5, 2024
1 parent 94c4805 commit 8d416f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:
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' || '' }}
${{ inputs.target == 'prod' && '-p MIN_REPLICAS=3' || '' }}
${{ inputs.target == 'prod' && '-p MAX_REPLICAS=5' || '' }}
verification_path: "actuator/health"

steps:
Expand Down

0 comments on commit 8d416f3

Please sign in to comment.