Merge "Bump mcrouter resources"

This commit is contained in:
Zuul 2020-04-19 02:26:02 +00:00 committed by Gerrit Code Review
commit f0ee505df2

@ -45,11 +45,11 @@ spec:
port: mcrouter
resources:
limits:
cpu: 50m
cpu: 100m
ephemeral-storage: 50M
memory: 128M
requests:
cpu: 10m
cpu: 50m
ephemeral-storage: 50M
memory: 64M
securityContext:
@ -95,4 +95,4 @@ spec:
{% if 'tolerations' in spec %}
tolerations:
{{ spec.tolerations | to_yaml | indent(8) }}
{% endif %}
{% endif %}