Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jan 25, 2024
1 parent 4fc3e4e commit 9249aca
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 @@ -23,8 +23,8 @@ spec:
readOnly: true
resources:
limits:
memory: "1Gi"
cpu: "500m"
memory: "512Gi"
cpu: "250m"
ports:
- containerPort: __PORT__
env:
Expand Down Expand Up @@ -122,8 +122,8 @@ spec:

resources:
limits:
memory: "256Mi"
cpu: "500m"
memory: "128Mi"
cpu: "200m"
ports:
- containerPort: __PORT__
env:
Expand Down

0 comments on commit 9249aca

Please sign in to comment.