Skip to content

Commit 83ae2e0

Browse files
authored
Merge pull request #966 from lsst-it/IT-6281_k8up_bucket_user
(fleet/rook-ceph-conf) add ruka k8up bucket
2 parents 4834919 + 8d2c78a commit 83ae2e0

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
apiVersion: ceph.rook.io/v1
3+
kind: CephObjectStoreUser
4+
metadata:
5+
name: ruka-k8up
6+
namespace: rook-ceph
7+
spec:
8+
store: k8up-backups
9+
clusterNamespace: rook-ceph
10+
quotas:
11+
maxBuckets: 1
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
apiVersion: objectbucket.io/v1alpha1
3+
kind: ObjectBucketClaim
4+
metadata:
5+
name: &name ruka-k8up
6+
namespace: rook-ceph
7+
spec:
8+
bucketName: *name
9+
storageClassName: k8up-backups
10+
additionalConfig:
11+
bucketOwner: ruka-k8up
12+
bucketMaxSize: 10Ti
13+
bucketLifecycle: |
14+
{
15+
"Rules": [
16+
{
17+
"ID": "AbortIncompleteMultipartUploads",
18+
"Status": "Enabled",
19+
"Prefix": "",
20+
"AbortIncompleteMultipartUpload": {
21+
"DaysAfterInitiation": 1
22+
}
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)