File tree Expand file tree Collapse file tree 1 file changed +96
-0
lines changed
fleet/lib/rook-ceph-conf/charts/ruka/templates Expand file tree Collapse file tree 1 file changed +96
-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 : ruka-mimir
6+ namespace : rook-ceph
7+ spec :
8+ bucketName : ruka-mimir
9+ storageClassName : lfa
10+ additionalConfig :
11+ bucketOwner : mimir
12+ bucketLifecycle : |
13+ {
14+ "Rules": [
15+ {
16+ "ID": "AbortIncompleteMultipartUploads",
17+ "Status": "Enabled",
18+ "Prefix": "",
19+ "AbortIncompleteMultipartUpload": {
20+ "DaysAfterInitiation": 1
21+ }
22+ }
23+ ]
24+ }
25+ ---
26+ apiVersion : objectbucket.io/v1alpha1
27+ kind : ObjectBucketClaim
28+ metadata :
29+ name : ruka-mimir-blocks
30+ namespace : rook-ceph
31+ spec :
32+ bucketName : ruka-mimir-blocks
33+ storageClassName : lfa
34+ additionalConfig :
35+ bucketOwner : mimir
36+ bucketLifecycle : |
37+ {
38+ "Rules": [
39+ {
40+ "ID": "AbortIncompleteMultipartUploads",
41+ "Status": "Enabled",
42+ "Prefix": "",
43+ "AbortIncompleteMultipartUpload": {
44+ "DaysAfterInitiation": 1
45+ }
46+ }
47+ ]
48+ }
49+ ---
50+ apiVersion : objectbucket.io/v1alpha1
51+ kind : ObjectBucketClaim
52+ metadata :
53+ name : ruka-mimir-alertmanager
54+ namespace : rook-ceph
55+ spec :
56+ bucketName : ruka-mimir-alertmanager
57+ storageClassName : lfa
58+ additionalConfig :
59+ bucketOwner : mimir
60+ bucketLifecycle : |
61+ {
62+ "Rules": [
63+ {
64+ "ID": "AbortIncompleteMultipartUploads",
65+ "Status": "Enabled",
66+ "Prefix": "",
67+ "AbortIncompleteMultipartUpload": {
68+ "DaysAfterInitiation": 1
69+ }
70+ }
71+ ]
72+ }
73+ ---
74+ apiVersion : objectbucket.io/v1alpha1
75+ kind : ObjectBucketClaim
76+ metadata :
77+ name : ruka-mimir-ruler
78+ namespace : rook-ceph
79+ spec :
80+ bucketName : ruka-mimir-ruler
81+ storageClassName : lfa
82+ additionalConfig :
83+ bucketOwner : mimir
84+ bucketLifecycle : |
85+ {
86+ "Rules": [
87+ {
88+ "ID": "AbortIncompleteMultipartUploads",
89+ "Status": "Enabled",
90+ "Prefix": "",
91+ "AbortIncompleteMultipartUpload": {
92+ "DaysAfterInitiation": 1
93+ }
94+ }
95+ ]
96+ }
You can’t perform that action at this time.
0 commit comments