Skip to content

Commit 725ac3c

Browse files
authored
update README to match podspec
1 parent dd21b69 commit 725ac3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
resources: # Because if limits = requests then QoS is set to "Guaranteed"
3838
limits:
3939
memory: "500Mi" # If container uses over 500MB it is killed (OOM)
40-
cpu: "2" # If container uses over 2 vCPU it is throttled
40+
#cpu: "2" # Not normally needed, unless you need to protect other workloads or QoS must be "Guaranteed"
4141
requests:
4242
memory: "500Mi" # Scheduler finds a node where 500MB is available
4343
cpu: "1" # Scheduler finds a node where 1 vCPU is available

0 commit comments

Comments
 (0)