feat(docker-compose): добавлены параметры для fluentd async. Добавлены правила для последовательного разворачивания API.
This commit is contained in:
@@ -11,8 +11,10 @@ services:
|
||||
driver: fluentd
|
||||
options:
|
||||
fluentd-address: dvgd-efk-01.dvgd.oao.rzd:24224
|
||||
fluentd-retry-wait: '30s'
|
||||
fluentd-retry-wait: '10s'
|
||||
fluentd-max-retries: '30'
|
||||
fluentd-async: 'true'
|
||||
fluentd-buffer-limit: '52428800'
|
||||
tag: parr.next-run.serilog
|
||||
deploy:
|
||||
replicas: 1
|
||||
|
||||
Reference in New Issue
Block a user