cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit a79737822191a23cde0fe8a1a5b7c371bdd29673
parent 806db8795ec839333b8c46373477a6f130b4bd41
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sun,  8 Mar 2026 15:06:00 +0100

meow

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/plausible/clickhouse-s3-config.yaml | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/plausible/clickhouse-s3-config.yaml b/apps/talos_cluster/plausible/clickhouse-s3-config.yaml @@ -34,4 +34,13 @@ data: </policies> </storage_configuration> <default_storage_policy>s3_only</default_storage_policy> + + <!-- Disable system log tables that accumulate on local disk --> + <text_log remove="remove"/> + <trace_log remove="remove"/> + <metric_log remove="remove"/> + <asynchronous_metric_log remove="remove"/> + <processors_profile_log remove="remove"/> + <asynchronous_insert_log remove="remove"/> + <blob_storage_log remove="remove"/> </clickhouse>