Compare commits

...

2 Commits

Author SHA1 Message Date
b687ea3df2 enable backups
All checks were successful
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 1m15s
2025-10-03 17:14:47 -05:00
0a165c90ea scale down 1 2025-10-03 17:14:31 -05:00

View File

@@ -88,7 +88,7 @@ komodo:
memory: 128Mi
ferretdb:
type: deployment
replicas: 1
replicas: 0
strategy: Recreate
revisionHistoryLimit: 3
containers:
@@ -299,6 +299,6 @@ postgresql-17-fdb-cluster:
retentionPolicy: "3d"
scheduledBackups:
- name: daily-backup
suspend: true
suspend: false
schedule: "0 0 0 * * *"
backupName: external