feature/bucket-backu-exclusion (#1)
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -10,3 +10,9 @@ Currently released:
|
|||||||
- Alpine Image with kubectl and rclone needed for cronjob
|
- Alpine Image with kubectl and rclone needed for cronjob
|
||||||
- k8s/
|
- k8s/
|
||||||
- working deployment (for troubleshooting / manually exectuin) and cronjob manifest which also contains right permission
|
- working deployment (for troubleshooting / manually exectuin) and cronjob manifest which also contains right permission
|
||||||
|
- example/
|
||||||
|
|
||||||
|
Features
|
||||||
|
|
||||||
|
- backup all bucket which are created with the Ceph ObjectBucketClaim CRD
|
||||||
|
- exclude buckets from backup with label
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
apiVersion: objectbucket.io/v1alpha1
|
||||||
|
kind: ObjectBucketClaim
|
||||||
|
metadata:
|
||||||
|
name: gitea-ceph-s3
|
||||||
|
namespace: thanos
|
||||||
|
labels:
|
||||||
|
app: gitea
|
||||||
|
s3-backup/exclude: 'false'
|
||||||
|
spec:
|
||||||
|
bucketName: gitea
|
||||||
|
storageClassName: rook-ceph-s3
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
apiVersion: objectbucket.io/v1alpha1
|
||||||
|
kind: ObjectBucketClaim
|
||||||
|
metadata:
|
||||||
|
name: thanos-ceph-s3
|
||||||
|
namespace: thanos
|
||||||
|
labels:
|
||||||
|
app: thanos
|
||||||
|
s3-backup/exclude: 'true'
|
||||||
|
spec:
|
||||||
|
bucketName: thanos
|
||||||
|
storageClassName: rook-ceph-s3
|
||||||
Reference in New Issue
Block a user