Turn fluentd supervisor off for fluentd-gcp

This commit is contained in:
Mik Vyatskov 2017-02-21 13:50:47 +01:00
parent 1cb737fb97
commit 5d59d4d27b
2 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,9 @@ spec:
- '/bin/sh' - '/bin/sh'
- '-c' - '-c'
- '/run.sh $FLUENTD_ARGS 2>&1 >>/var/log/fluentd.log' - '/run.sh $FLUENTD_ARGS 2>&1 >>/var/log/fluentd.log'
env:
- name: FLUENTD_ARGS
value: --no-supervisor
resources: resources:
limits: limits:
memory: 200Mi memory: 200Mi

View File

@ -25,6 +25,9 @@ spec:
- '/bin/sh' - '/bin/sh'
- '-c' - '-c'
- '/run.sh $FLUENTD_ARGS 2>&1 >>/var/log/fluentd.log' - '/run.sh $FLUENTD_ARGS 2>&1 >>/var/log/fluentd.log'
env:
- name: FLUENTD_ARGS
value: --no-supervisor
resources: resources:
limits: limits:
memory: 200Mi memory: 200Mi