Skip to content

Commit

Permalink
reduce resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Dec 3, 2024
1 parent c8e51c0 commit 86be84b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ spec:

resources:
requests:
memory: "3Gi"
cpu: "2500m"
memory: "2Gi"
cpu: "1000m"
limits:
memory: "4Gi"
cpu: "4000m"
memory: "3Gi"
cpu: "2000m"
ports:
- containerPort: __PORT__
env:
Expand Down

0 comments on commit 86be84b

Please sign in to comment.