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
|
key: AWS_REGION
|
||||||
wal:
|
wal:
|
||||||
compression: snappy
|
compression: snappy
|
||||||
retentionPolicy: "30d"
|
retentionPolicy: "7d"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
metadata:
|
metadata:
|
||||||
name: sync-garage-ente
|
name: sync-garage-forgejo
|
||||||
namespace: garage
|
namespace: garage
|
||||||
spec:
|
spec:
|
||||||
ttlSecondsAfterFinished: 100
|
ttlSecondsAfterFinished: 100
|
||||||
|
@ -20,8 +20,8 @@ spec:
|
||||||
- --ignore-errors
|
- --ignore-errors
|
||||||
- -s3-upload-concurrency 64
|
- -s3-upload-concurrency 64
|
||||||
- -v
|
- -v
|
||||||
- petabox:ente
|
- garage:forgejo
|
||||||
- hcloud:1661580-ente
|
- hcloud:1661580-forgejo
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: rclone-config
|
- name: rclone-config
|
||||||
mountPath: /config/rclone
|
mountPath: /config/rclone
|
||||||
|
|
Loading…
Reference in a new issue