Remove explicit limits from manifest files

This commit is contained in:
gmarek
2016-09-09 11:17:31 +02:00
parent ff9e1daf33
commit c304fa1f06
3 changed files with 4 additions and 11 deletions

View File

@@ -33,11 +33,9 @@ spec:
name: logfile
readOnly: false
resources:
# Request and limits are set to accomodate this pod alongside the other
# Request is set to accomodate this pod alongside the other
# master components on a single core master.
limits:
cpu: 100m
memory: 100Mi
# TODO: Make resource requirements depend on the size of the cluster
requests:
cpu: 10m
memory: 50Mi