Skip to content

Commit

Permalink
chore: Update CPU and memory limits for deployment in deploy-prod.yaml (
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonylucas74 authored Aug 20, 2024
1 parent 055b57a commit c049805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
replicas: 1
resources:
limits:
cpu: 1500m
cpu: 1000m
memory: 1536Mi
requests:
cpu: 1000m
cpu: 500m
memory: 1024Mi
envFrom:
- secretRef:
Expand Down

0 comments on commit c049805

Please sign in to comment.