|
@@ -46,6 +46,8 @@ 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:
|
|
@@ -82,6 +84,8 @@ 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:
|