From 8d416f3e0a90f11904d43921654ce293ab8d3af9 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 5 Sep 2024 18:36:46 -0400 Subject: [PATCH] chore(ci): set PROD oracle-api replicas to 3-5 (#1597) --- .github/workflows/.deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/.deploy.yml b/.github/workflows/.deploy.yml index f4da4be17..b4bc49176 100644 --- a/.github/workflows/.deploy.yml +++ b/.github/workflows/.deploy.yml @@ -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: