mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
26 lines
614 B
YAML
26 lines
614 B
YAML
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/replicationsource_v1alpha1.json
|
|
apiVersion: volsync.backube/v1alpha1
|
|
kind: ReplicationSource
|
|
metadata:
|
|
name: gitea
|
|
namespace: default
|
|
spec:
|
|
sourcePVC: gitea-config
|
|
trigger:
|
|
schedule: "0 0 * * *"
|
|
restic:
|
|
copyMethod: Snapshot
|
|
pruneIntervalDays: 10
|
|
repository: gitea-restic
|
|
cacheCapacity: 2Gi
|
|
volumeSnapshotClassName: csi-ceph-blockpool
|
|
storageClassName: rook-ceph-block
|
|
moverSecurityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
fsGroup: 1000
|
|
retain:
|
|
daily: 10
|
|
within: 3d
|