From c6ae3d2461458be32de4d35d219e07e2f8c2410c 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 5a5bd41..47b21f3 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