Files
infrastructure/clusters/cl01tl/manifests/soulsync/ReplicationSource-soulsync-database-backup-source-local.yaml
gitea-bot b27f410641 Automated Manifest Update (#2837)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2837
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2025-12-24 21:32:05 +00:00

35 lines
930 B
YAML

apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: soulsync-database-backup-source-local
namespace: soulsync
labels:
helm.sh/chart: volsync-target-database-0.6.0
app.kubernetes.io/instance: soulsync
app.kubernetes.io/part-of: soulsync
app.kubernetes.io/version: "0.6.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: soulsync-database-backup
spec:
sourcePVC: soulsync-database
trigger:
schedule: 0 8 * * *
restic:
pruneIntervalDays: 7
repository: soulsync-database-backup-secret-local
retain:
daily: 7
hourly: 0
monthly: 3
weekly: 4
yearly: 1
moverSecurityContext:
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 1000
runAsUser: 1000
copyMethod: Snapshot
storageClassName: ceph-block
volumeSnapshotClassName: ceph-blockpool-snapshot
cacheCapacity: 1Gi