summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_curator
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-09-06 17:39:51 -0400
committerGitHub <noreply@github.com>2017-09-06 17:39:51 -0400
commite7320ee23086355aa45bcf4229008063d9bc5136 (patch)
tree77d32a668c52a1b5c46c0c9742168ad3d9762ce0 /roles/openshift_logging_curator
parentbb7502b5c22a0af691c552c1c86a4d4b1fb6b0bc (diff)
parentf0a12fafd1320cd717eea896bb27cf222df6e9c3 (diff)
downloadopenshift-e7320ee23086355aa45bcf4229008063d9bc5136.tar.gz
openshift-e7320ee23086355aa45bcf4229008063d9bc5136.tar.bz2
openshift-e7320ee23086355aa45bcf4229008063d9bc5136.tar.xz
openshift-e7320ee23086355aa45bcf4229008063d9bc5136.zip
Merge pull request #5276 from richm/master
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_logging_curator')
-rw-r--r--roles/openshift_logging_curator/templates/curator.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_logging_curator/templates/curator.j2 b/roles/openshift_logging_curator/templates/curator.j2
index 6431f86d9..e74918a40 100644
--- a/roles/openshift_logging_curator/templates/curator.j2
+++ b/roles/openshift_logging_curator/templates/curator.j2
@@ -44,6 +44,8 @@ spec:
cpu: "{{curator_cpu_limit}}"
{% if curator_memory_limit is defined and curator_memory_limit is not none and curator_memory_limit != "" %}
memory: "{{curator_memory_limit}}"
+ requests:
+ memory: "{{curator_memory_limit}}"
{% endif %}
env:
-