Skip to content

Commit

Permalink
ci/cd: fix resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Nov 12, 2024
1 parent 2ab511c commit 5970caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ spec:
resources:
requests:
memory: "2Gi"
cpu: "50m"
cpu: "100m"
ephemeral-storage: "200Mi"
limits:
memory: "2Gi"
cpu: "50m"
memory: "3Gi"
cpu: "200m"
ephemeral-storage: "200Mi"
ports:
- containerPort: __PORT__
Expand Down

0 comments on commit 5970caf

Please sign in to comment.