Skip to content

Commit a15795f

Browse files
committed
adding requests resources
1 parent 7ac13fd commit a15795f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/base/deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ spec:
3636
name: http
3737
protocol: TCP
3838
resources:
39-
# TODO: Specify resource requests
39+
requests:
40+
cpu: 500m
41+
memory: 512Mi
4042
limits:
4143
cpu: 1
4244
memory: 1Gi

0 commit comments

Comments
 (0)