scale back
All checks were successful
lint-test-helm / helm-lint (push) Successful in 43s
renovate / renovate (push) Successful in 6m5s

This commit is contained in:
2025-10-13 19:39:26 -05:00
parent 40eb980634
commit 71721a3537

View File

@@ -2,7 +2,7 @@ radarr:
controllers: controllers:
main: main:
type: deployment type: deployment
replicas: 0 replicas: 1
strategy: Recreate strategy: Recreate
revisionHistoryLimit: 3 revisionHistoryLimit: 3
pod: pod:
@@ -118,6 +118,6 @@ postgres-17-cluster:
retentionPolicy: "2d" retentionPolicy: "2d"
scheduledBackups: scheduledBackups:
- name: daily-backup - name: daily-backup
suspend: true suspend: false
schedule: "0 0 0 * * *" schedule: "0 0 0 * * *"
backupName: external backupName: external