Browse Source

fixed typo

pull/1481/head
magnon-bliex 7 years ago
committed by GitHub
parent
commit
38eb1d548a
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes-apps/efk/fluentd/templates/fluentd-ds.yml.j2

2
roles/kubernetes-apps/efk/fluentd/templates/fluentd-ds.yml.j2

@ -27,7 +27,7 @@ spec:
resources:
limits:
{% if fluentd_cpu_limit is defined and fluentd_cpu_limit != "0m" %}
mem: {{ fluentd_cpu_limit }}
cpu: {{ fluentd_cpu_limit }}
{% endif %}
memory: {{ fluentd_mem_limit }}
requests:

Loading…
Cancel
Save