chore(db): decrease backup retention to 7d
All checks were successful
Renovate / renovate (push) Successful in 1m15s
All checks were successful
Renovate / renovate (push) Successful in 1m15s
This commit is contained in:
parent
6ad93cec1a
commit
5a60be966b
2 changed files with 4 additions and 4 deletions
|
@ -66,7 +66,7 @@ spec:
|
|||
key: AWS_REGION
|
||||
wal:
|
||||
compression: snappy
|
||||
retentionPolicy: "30d"
|
||||
retentionPolicy: "7d"
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: sync-garage-ente
|
||||
name: sync-garage-forgejo
|
||||
namespace: garage
|
||||
spec:
|
||||
ttlSecondsAfterFinished: 100
|
||||
|
@ -20,8 +20,8 @@ spec:
|
|||
- --ignore-errors
|
||||
- -s3-upload-concurrency 64
|
||||
- -v
|
||||
- petabox:ente
|
||||
- hcloud:1661580-ente
|
||||
- garage:forgejo
|
||||
- hcloud:1661580-forgejo
|
||||
volumeMounts:
|
||||
- name: rclone-config
|
||||
mountPath: /config/rclone
|
||||
|
|
Loading…
Reference in a new issue