From ace1f0b63bd0347990ffc3db806f23972f13560c Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Tue, 29 Aug 2017 22:00:11 -0400 Subject: Revert "logging set memory request to limit" --- roles/openshift_logging_kibana/templates/kibana.j2 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'roles/openshift_logging_kibana') diff --git a/roles/openshift_logging_kibana/templates/kibana.j2 b/roles/openshift_logging_kibana/templates/kibana.j2 index da1386d3e..512d99d06 100644 --- a/roles/openshift_logging_kibana/templates/kibana.j2 +++ b/roles/openshift_logging_kibana/templates/kibana.j2 @@ -46,8 +46,6 @@ spec: {% endif %} {% if kibana_memory_limit is not none and kibana_memory_limit != "" %} memory: "{{ kibana_memory_limit }}" - requests: - memory: "{{ kibana_memory_limit }}" {% endif %} {% endif %} env: @@ -84,8 +82,6 @@ spec: {% endif %} {% if kibana_proxy_memory_limit is not none and kibana_proxy_memory_limit != "" %} memory: "{{ kibana_proxy_memory_limit }}" - requests: - memory: "{{ kibana_proxy_memory_limit }}" {% endif %} {% endif %} ports: -- cgit v1.2.1