mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🐛 volsync
This commit is contained in:
@@ -17,9 +17,8 @@ spec:
|
|||||||
volumeSnapshotClassName: csi-ceph-blockpool
|
volumeSnapshotClassName: csi-ceph-blockpool
|
||||||
storageClassName: rook-ceph-block
|
storageClassName: rook-ceph-block
|
||||||
moverSecurityContext:
|
moverSecurityContext:
|
||||||
runAsUser: 568
|
runAsUser: 1026
|
||||||
runAsGroup: 568
|
runAsGroup: 1000
|
||||||
fsGroup: 568
|
|
||||||
retain:
|
retain:
|
||||||
daily: 10
|
daily: 10
|
||||||
within: 3d
|
within: 3d
|
||||||
|
@@ -16,6 +16,10 @@ spec:
|
|||||||
cacheCapacity: 2Gi
|
cacheCapacity: 2Gi
|
||||||
volumeSnapshotClassName: csi-ceph-blockpool
|
volumeSnapshotClassName: csi-ceph-blockpool
|
||||||
storageClassName: rook-ceph-block
|
storageClassName: rook-ceph-block
|
||||||
|
moverSecurityContext:
|
||||||
|
runAsUser: 1000
|
||||||
|
runAsGroup: 1000
|
||||||
|
fsGroup: 1000
|
||||||
retain:
|
retain:
|
||||||
daily: 10
|
daily: 10
|
||||||
within: 3d
|
within: 3d
|
||||||
|
@@ -16,6 +16,10 @@ spec:
|
|||||||
cacheCapacity: 2Gi
|
cacheCapacity: 2Gi
|
||||||
volumeSnapshotClassName: csi-ceph-blockpool
|
volumeSnapshotClassName: csi-ceph-blockpool
|
||||||
storageClassName: rook-ceph-block
|
storageClassName: rook-ceph-block
|
||||||
|
moverSecurityContext:
|
||||||
|
runAsUser: 999
|
||||||
|
runAsGroup: 999
|
||||||
|
fsGroup: 999
|
||||||
retain:
|
retain:
|
||||||
daily: 10
|
daily: 10
|
||||||
within: 3d
|
within: 3d
|
||||||
|
@@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/replicationsource_v1alpha1.json
|
|
||||||
apiVersion: volsync.backube/v1alpha1
|
|
||||||
kind: ReplicationSource
|
|
||||||
metadata:
|
|
||||||
name: unifi
|
|
||||||
namespace: default
|
|
||||||
spec:
|
|
||||||
sourcePVC: unifi-config
|
|
||||||
trigger:
|
|
||||||
schedule: "0 0 * * *"
|
|
||||||
restic:
|
|
||||||
copyMethod: Snapshot
|
|
||||||
pruneIntervalDays: 10
|
|
||||||
repository: bazarr-restic-secret
|
|
||||||
cacheCapacity: 2Gi
|
|
||||||
volumeSnapshotClassName: csi-ceph-blockpool
|
|
||||||
storageClassName: rook-ceph-block
|
|
||||||
retain:
|
|
||||||
daily: 10
|
|
||||||
within: 3d
|
|
Reference in New Issue
Block a user