Skip to content

Commit

Permalink
fix: large number of QA replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Jul 4, 2024
1 parent 03dd176 commit 3164995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-openshift-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ env:
APP_ENVIRONMENT: "qa"
NAMESPACE: ${{ secrets.CCOF_NAMESPACE_NO_ENV }}

MIN_REPLICAS: "3"
MAX_REPLICAS: "5"
MIN_REPLICAS: "1"
MAX_REPLICAS: "2"
MIN_CPU: "50m"
MAX_CPU: "100m"
MIN_MEM: "200Mi"
Expand Down

0 comments on commit 3164995

Please sign in to comment.