From 84a80f3b97f398e6a99b78d63b86cffc6a9be141 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Thu, 1 Oct 2020 10:14:04 -0700 Subject: [PATCH] Fluentd tuning --- charts/kubezero-logging/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/kubezero-logging/values.yaml b/charts/kubezero-logging/values.yaml index 5a5bd41f..47b21f3f 100644 --- a/charts/kubezero-logging/values.yaml +++ b/charts/kubezero-logging/values.yaml @@ -108,7 +108,8 @@ fluentd: port 24224 bind 0.0.0.0 skip_invalid_event true - send_keepalive_packet true + # Only for TCP not TLS + # send_keepalive_packet true cert_path /mnt/fluentd-certs/tls.crt private_key_path /mnt/fluentd-certs/tls.key