Skip to content

Commit

Permalink
Merge pull request #50 from bcgov/fix/lowerreplica
Browse files Browse the repository at this point in the history
lowering replicas in test and prod to save resources on this API that…
  • Loading branch information
arcshiftsolutions authored Nov 27, 2023
2 parents 1f38ed9 + a46fb59 commit 63bceec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
COMMON_NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
TAG: "latest"
TARGET_ENV: "prod"
MIN_REPLICAS: "2"
MIN_REPLICAS: "1"
MAX_REPLICAS: "2"
MIN_CPU: "25m"
MAX_CPU: "750m"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
NAMESPACE: ${{ secrets.PEN_NAMESPACE_NO_ENV }}
COMMON_NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
TAG: ${{ github.event.inputs.tag }}
MIN_REPLICAS_TEST: "2"
MIN_REPLICAS_TEST: "1"
MAX_REPLICAS_TEST: "2"
MIN_CPU: "20m"
MAX_CPU: "750m"
Expand Down

0 comments on commit 63bceec

Please sign in to comment.