Files
infrastructure/clusters/cl01tl/manifests/houndarr/ReplicationSource-houndarr-data-backup-source-remote.yaml
gitea-bot fbaf9e90d5 Automated Manifest Update (#4973)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `702ed26` (on `702ed26cd5ebac60177817653aeb063b59bd0dbf`)
- **Charts Updated**: `houndarr`

Reviewed-on: #4973
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-03-22 03:38:32 +00:00

35 lines
914 B
YAML

apiVersion: volsync.backube/v1alpha1
kind: ReplicationSource
metadata:
name: houndarr-data-backup-source-remote
namespace: houndarr
labels:
helm.sh/chart: volsync-target-data-0.8.0
app.kubernetes.io/instance: houndarr
app.kubernetes.io/part-of: houndarr
app.kubernetes.io/version: "0.8.0"
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: houndarr-data-backup
spec:
sourcePVC: houndarr-data
trigger:
schedule: 40 12 * * *
restic:
pruneIntervalDays: 7
repository: houndarr-data-backup-secret-remote
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