feat(docker-compose): добавлены параметры для fluentd async. Добавлены правила для последовательного разворачивания API.
This commit is contained in:
@@ -17,8 +17,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.espp-template-sync.serilog
|
||||
deploy:
|
||||
replicas: 4
|
||||
|
||||
Reference in New Issue
Block a user