Skip to content

Commit

Permalink
Merge pull request #32 from bcgov/max_cpu_update_for_test_env
Browse files Browse the repository at this point in the history
max_cpu_update_for_test_env
  • Loading branch information
SoLetsDev authored Apr 10, 2024
2 parents 6341dfd + 89411a9 commit c534ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to.openshift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ env:
NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
COMMON_NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
TAG: ${{ github.event.inputs.tag }}
MIN_REPLICAS_TEST: "2"
MAX_REPLICAS_TEST: "3"
MIN_REPLICAS_TEST: "3"
MAX_REPLICAS_TEST: "4"
MIN_CPU: "50m"
MAX_CPU: "300m"
MIN_MEM: "650Mi"
Expand Down

0 comments on commit c534ac5

Please sign in to comment.