From 324a794fe1c1ac4309d3abc678f58cb94c785804 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 18 May 2026 19:15:22 -0500 Subject: [PATCH] feat: change stats retention --- clusters/cl01tl/helm/komodo/values.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/komodo/values.yaml b/clusters/cl01tl/helm/komodo/values.yaml index f47f65592..b06c65add 100644 --- a/clusters/cl01tl/helm/komodo/values.yaml +++ b/clusters/cl01tl/helm/komodo/values.yaml @@ -10,8 +10,6 @@ komodo: repository: ghcr.io/moghtech/komodo-core tag: 2.2.0@sha256:833880ca8b1a6c1c133efb07e8633525bf63094b4faa72700cf52f60fd69e6c6 env: - - name: COMPOSE_LOGGING_DRIVER - value: local - name: KOMODO_HOST value: https://komodo.alexlebens.net - name: KOMODO_TITLE @@ -22,9 +20,13 @@ komodo: name: komodo-secret key: passkey - name: KOMODO_MONITORING_INTERVAL - value: 15-sec + value: 60-sec - name: KOMODO_RESOURCE_POLL_INTERVAL - value: 5-min + value: 3-hr + - name: KOMODO_KEEP_STATS_FOR_DAYS + value: 3 + - name: KOMODO_KEEP_ALERTS_FOR_DAYS + value: 3 - name: KOMODO_PASSKEY valueFrom: secretKeyRef: