Skip to content

Commit 36183f0

Browse files
committed
update
1 parent 26ed92b commit 36183f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.deploy/deployment.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ spec:
1919
resources:
2020
limits:
2121
memory: "128Mi"
22-
cpu: "500m"
22+
cpu: "128m"
23+
requests:
24+
memory: "128Mi"
25+
cpu: "128m"
2326
ports:
2427
- containerPort: 8080
2528
env:

0 commit comments

Comments
 (0)