Decrease fluentd chunks size

What does this MR do and why?

We're still observing errors in fluentd logs, like in this CI run for example:

https://sylva-projects.gitlab.io/-/sylva-core/-/jobs/8199941978/artifacts/management-cluster-dump/cattle-logging-system/logging-root-fluentd-0/logs.txt

2024-10-27 23:38:36 +0000 [warn]: #0 [clusterflow:cattle-logging-system:all-logs:clusteroutput:cattle-logging-system:loki] failed to write post to http://loki-gateway.loki.svc.cluster.local/loki/api/v1/push (413 Request Entity Too Large <html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx/1.27.2</center>
</body>
</html>
)

Decrease chunks size (and timekey otherwise it won't fit any more in it)

Related reference(s)

relates-to #1510 (closed)

Merge request reports

Loading