Skip to content

Commit

Permalink
workarround
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Nov 21, 2024
1 parent 2329adc commit 3109b22
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: "6Gi"
cpu: "4"
memory: "3Gi"
cpu: "2"
limits:
memory: "8Gi"
cpu: "6"
memory: "4Gi"
cpu: "3"
ports:
- containerPort: __PORT__
env:
Expand Down

0 comments on commit 3109b22

Please sign in to comment.