♻️ move backups manifests in their owns folders

This commit is contained in:
auricom
2022-12-29 22:46:50 +01:00
parent 9e0e346ace
commit 5dd6081bbd
135 changed files with 265 additions and 68 deletions

View File

@@ -0,0 +1,23 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/replicationsource_v1alpha1.json
apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: pgadmin
namespace: default
spec:
sourcePVC: pgadmin-config
trigger:
schedule: "0 0 * * *"
restic:
copyMethod: Snapshot
pruneIntervalDays: 10
repository: pgadmin-restic
cacheCapacity: 2Gi
volumeSnapshotClassName: csi-ceph-blockpool
storageClassName: rook-ceph-block
retain:
hourly: 0
daily: 10
weekly: 0
monthly: 0