Skip to content

Commit

Permalink
Update deploy_prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed authored Feb 15, 2024
1 parent 3e0d238 commit 9c8cf08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ env:
GRAD_NAMESPACE: ${{ vars.GRAD_NAMESPACE }}
TAG: "latest"
BRANCH: "main"
MIN_CPU: "20m"
MAX_CPU: "250m"
MIN_MEM: "100Mi"
MAX_MEM: "600Mi"
MIN_CPU: "100m"
MAX_CPU: "500m"
MIN_MEM: "256Mi"
MAX_MEM: "1Gi"
MIN_REPLICAS: "3"
MAX_REPLICAS: "5"

Expand Down

0 comments on commit 9c8cf08

Please sign in to comment.