Skip to content

Commit

Permalink
fix(emqx): adjust backup volume size
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Oct 10, 2023
1 parent 93bd229 commit 13075f6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
copyMethod: Snapshot
pruneIntervalDays: 14
repository: emqx-data-0-volsync
cacheCapacity: 100Mi
cacheCapacity: 400Mi
volumeSnapshotClassName: csi-ceph-blockpool
storageClassName: ceph-block
---
Expand All @@ -27,7 +27,7 @@ spec:
copyMethod: Snapshot
pruneIntervalDays: 14
repository: emqx-data-1-volsync
cacheCapacity: 100Mi
cacheCapacity: 400Mi
volumeSnapshotClassName: csi-ceph-blockpool
storageClassName: ceph-block
---
Expand All @@ -43,6 +43,6 @@ spec:
copyMethod: Snapshot
pruneIntervalDays: 14
repository: emqx-data-2-volsync
cacheCapacity: 100Mi
cacheCapacity: 400Mi
volumeSnapshotClassName: csi-ceph-blockpool
storageClassName: ceph-block

0 comments on commit 13075f6

Please sign in to comment.