Automated Manifest Update (#4943)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. ### Details - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `85b5c73` (on `85b5c73c32477b940ad515ee769fc362bcf20e67`) - **Charts Updated**: `blocky,decluttarr,gatus,homepage,houndarr` Reviewed-on: #4943 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4943.
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
apiVersion: volsync.backube/v1alpha1
|
||||
kind: ReplicationSource
|
||||
metadata:
|
||||
name: houndarr-data-backup-source-local
|
||||
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 11 * * *
|
||||
restic:
|
||||
pruneIntervalDays: 7
|
||||
repository: houndarr-data-backup-secret-local
|
||||
retain:
|
||||
daily: 7
|
||||
hourly: 0
|
||||
monthly: 3
|
||||
weekly: 4
|
||||
yearly: 1
|
||||
copyMethod: Snapshot
|
||||
storageClassName: ceph-block
|
||||
volumeSnapshotClassName: ceph-blockpool-snapshot
|
||||
cacheCapacity: 1Gi
|
||||
Reference in New Issue
Block a user