Skip to content

Commit 86be84b

Browse files
committed
reduce resource
1 parent c8e51c0 commit 86be84b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.deploy/deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ spec:
2828

2929
resources:
3030
requests:
31-
memory: "3Gi"
32-
cpu: "2500m"
31+
memory: "2Gi"
32+
cpu: "1000m"
3333
limits:
34-
memory: "4Gi"
35-
cpu: "4000m"
34+
memory: "3Gi"
35+
cpu: "2000m"
3636
ports:
3737
- containerPort: __PORT__
3838
env:

0 commit comments

Comments
 (0)