Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Nov 30, 2023
1 parent 788b41d commit 53b3888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to.openshift-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ env:
NAMESPACE_TOOLS: ${{ secrets.EDX_NAMESPACE_NO_ENV }}-tools
COMMON_NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
TARGET_ENV: "prod"
MIN_REPLICAS: "2"
MAX_REPLICAS: "2"
MIN_REPLICAS: "3"
MAX_REPLICAS: "3"
MIN_CPU: "50m"
MAX_CPU: "100m"
MIN_MEM: "200Mi"
Expand Down

0 comments on commit 53b3888

Please sign in to comment.