Skip to content

Commit

Permalink
changes to fix max replica alert
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltangbcgov committed Apr 12, 2024
1 parent 06c0699 commit 850912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-deploy-backend-to-ocp-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
COMMON_NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
TAG: "latest"
MIN_REPLICAS: "1"
MAX_REPLICAS: "1"
MAX_REPLICAS: "2"
MIN_CPU: "50m"
MAX_CPU: "100m"
MIN_MEM: "200Mi"
Expand Down

0 comments on commit 850912c

Please sign in to comment.