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 4374ec1 commit 86c409f
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,10 +23,10 @@ spec:
readOnly: true
resources:
limits:
memory: "512Gi"
memory: "512Mi"
cpu: "250m"
requests:
memory: "512Gi"
memory: "512Mi"
cpu: "250m"
ports:
- containerPort: __PORT__
Expand Down Expand Up @@ -126,10 +126,10 @@ spec:
resources:
limits:
memory: "128Mi"
cpu: "200m"
cpu: "125m"
requests:
memory: "128Mi"
cpu: "200m"
cpu: "125m"

ports:
- containerPort: __PORT__
Expand Down

0 comments on commit 86c409f

Please sign in to comment.