From 6d86a014c1d0d3d846181f68b5c69a381015bc08 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Feb 2026 21:13:48 -0600 Subject: [PATCH] feat: scale down --- clusters/cl01tl/helm/komodo/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/komodo/values.yaml b/clusters/cl01tl/helm/komodo/values.yaml index f6b4baf40..ce61d7ae2 100644 --- a/clusters/cl01tl/helm/komodo/values.yaml +++ b/clusters/cl01tl/helm/komodo/values.yaml @@ -2,7 +2,7 @@ komodo: controllers: main: type: deployment - replicas: 1 + replicas: 0 strategy: Recreate revisionHistoryLimit: 3 containers: @@ -88,7 +88,7 @@ komodo: memory: 128Mi ferretdb-2: type: deployment - replicas: 1 + replicas: 0 strategy: Recreate revisionHistoryLimit: 3 containers: @@ -227,7 +227,7 @@ postgresql-17-fdb-cluster: # isWALArchiver: false scheduledBackups: - name: live-backup - suspend: false + suspend: true immediate: true schedule: "0 0 0 * * *" backupName: garage-local