Skip to content

Commit 12599d9

Browse files
authoredMar 28, 2024
Update deployment.yaml comments
1 parent 6a69699 commit 12599d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎templates-original/deployment.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
resources:
2929
requests:
3030
memory: "16Mi"
31-
cpu: "50m" # 500milliCPUs (1/2 CPU)
31+
cpu: "50m" # 50 milli cores (1/20 CPU)
3232
limits:
33-
memory: "128Mi"
34-
cpu: "100m"
33+
memory: "128Mi" # 128 mebibytes
34+
cpu: "100m"

0 commit comments

Comments
 (0)