Skip to content

Commit ee2cdf0

Browse files
committed
feat(probes_exec_liveness.yml): Increase requests & limits
1 parent 0540451 commit ee2cdf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

probes_exec_liveness.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ spec:
3434
- containerPort: 8000
3535
resources:
3636
requests:
37-
memory: 10Mi
38-
cpu: 10m
37+
memory: 50Mi
38+
cpu: 50m
3939
limits:
4040
memory: 100Mi
41-
cpu: 20m
41+
cpu: 100m

0 commit comments

Comments
 (0)