templates/composer: fix fluentd requests/limits
No separate request for memory was defined in #3472, only cpu request/limit.
This commit is contained in:
parent
3faab2f102
commit
53198bed6e
1 changed files with 2 additions and 2 deletions
|
|
@ -164,9 +164,9 @@ objects:
|
|||
resources:
|
||||
requests:
|
||||
cpu: "${FLUENTD_CPU_REQUEST}"
|
||||
memory: "${FLUENTD_MEMORY_REQUEST}"
|
||||
memory: "${MEMORY_REQUEST}"
|
||||
limits:
|
||||
cpu: "${CPU_LIMIT}"
|
||||
cpu: "${FLUENTD_CPU_LIMIT}"
|
||||
memory: "${MEMORY_LIMIT}"
|
||||
env:
|
||||
- name: PGHOST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue