File tree Expand file tree Collapse file tree 3 files changed +99
-0
lines changed
fleet/lib/rook-ceph-conf/charts/elqui/templates Expand file tree Collapse file tree 3 files changed +99
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ apiVersion : objectbucket.io/v1alpha1
3+ kind : ObjectBucketClaim
4+ metadata :
5+ name : &name rubinobs-raw-comcam-test
6+ namespace : rook-ceph
7+ spec :
8+ bucketName : *name
9+ storageClassName : lfa
10+ additionalConfig :
11+ bucketOwner : comcam
12+ bucketMaxSize : 5Ti
13+ bucketLifecycle : |
14+ {
15+ "Rules": [
16+ {
17+ "ID": "AbortIncompleteMultipartUploads",
18+ "Status": "Enabled",
19+ "Prefix": "",
20+ "AbortIncompleteMultipartUpload": {
21+ "DaysAfterInitiation": 1
22+ }
23+ },
24+ {
25+ "ID": "ExpireAfter1Day",
26+ "Status": "Enabled",
27+ "Prefix": "",
28+ "Expiration": {
29+ "Days": 1
30+ }
31+ }
32+ ]
33+ }
Original file line number Diff line number Diff line change 1+ ---
2+ apiVersion : objectbucket.io/v1alpha1
3+ kind : ObjectBucketClaim
4+ metadata :
5+ name : &name rubinobs-raw-latiss-test
6+ namespace : rook-ceph
7+ spec :
8+ bucketName : *name
9+ storageClassName : lfa
10+ additionalConfig :
11+ bucketOwner : latiss
12+ bucketMaxSize : 1Ti
13+ bucketLifecycle : |
14+ {
15+ "Rules": [
16+ {
17+ "ID": "AbortIncompleteMultipartUploads",
18+ "Status": "Enabled",
19+ "Prefix": "",
20+ "AbortIncompleteMultipartUpload": {
21+ "DaysAfterInitiation": 1
22+ }
23+ },
24+ {
25+ "ID": "ExpireAfter1Day",
26+ "Status": "Enabled",
27+ "Prefix": "",
28+ "Expiration": {
29+ "Days": 1
30+ }
31+ }
32+ ]
33+ }
Original file line number Diff line number Diff line change 1+ ---
2+ apiVersion : objectbucket.io/v1alpha1
3+ kind : ObjectBucketClaim
4+ metadata :
5+ name : &name rubinobs-raw-lsstcam-test
6+ namespace : rook-ceph
7+ spec :
8+ bucketName : *name
9+ storageClassName : lfa
10+ additionalConfig :
11+ bucketOwner : lsstcam
12+ bucketMaxSize : 200Ti
13+ bucketLifecycle : |
14+ {
15+ "Rules": [
16+ {
17+ "ID": "AbortIncompleteMultipartUploads",
18+ "Status": "Enabled",
19+ "Prefix": "",
20+ "AbortIncompleteMultipartUpload": {
21+ "DaysAfterInitiation": 1
22+ }
23+ },
24+ {
25+ "ID": "ExpireAfter1Day",
26+ "Status": "Enabled",
27+ "Prefix": "",
28+ "Expiration": {
29+ "Days": 1
30+ }
31+ }
32+ ]
33+ }
You can’t perform that action at this time.
0 commit comments