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