Skip to content

Commit

Permalink
ci/cd:reduce resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Nov 12, 2024
1 parent 75696e5 commit 2ab511c
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 @@ -19,12 +19,12 @@ spec:
imagePullPolicy: Always
resources:
requests:
memory: "3Gi"
cpu: "100m"
memory: "2Gi"
cpu: "50m"
ephemeral-storage: "200Mi"
limits:
memory: "3Gi"
cpu: "100m"
memory: "2Gi"
cpu: "50m"
ephemeral-storage: "200Mi"
ports:
- containerPort: __PORT__
Expand Down

0 comments on commit 2ab511c

Please sign in to comment.