File tree Expand file tree Collapse file tree 5 files changed +95
-0
lines changed
fleet/lib/rook-ceph-conf/charts/antu/templates Expand file tree Collapse file tree 5 files changed +95
-0
lines changed Original file line number Diff line number Diff line change 57
57
name : rook-ceph-rgw-o11y
58
58
port :
59
59
number : 80
60
+ ---
61
+ apiVersion : storage.k8s.io/v1
62
+ kind : StorageClass
63
+ metadata :
64
+ name : o11y
65
+ provisioner : rook-ceph.ceph.rook.io/bucket
66
+ parameters :
67
+ objectStoreName : o11y
68
+ objectStoreNamespace : rook-ceph
69
+ reclaimPolicy : Retain
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : ceph.rook.io/v1
3
+ kind : CephObjectStoreUser
4
+ metadata :
5
+ name : s3-loki
6
+ namespace : rook-ceph
7
+ spec :
8
+ store : o11y
9
+ clusterNamespace : rook-ceph
10
+ quotas :
11
+ maxBuckets : 3
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : objectbucket.io/v1alpha1
3
+ kind : ObjectBucketClaim
4
+ metadata :
5
+ name : logs-admin
6
+ namespace : rook-ceph
7
+ spec :
8
+ bucketName : logs-admin
9
+ storageClassName : o11y
10
+ additionalConfig :
11
+ bucketOwner : s3-loki
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
+ }
Original file line number Diff line number Diff line change
1
+ apiVersion : objectbucket.io/v1alpha1
2
+ kind : ObjectBucketClaim
3
+ metadata :
4
+ name : logs-chunks
5
+ namespace : rook-ceph
6
+ spec :
7
+ bucketName : logs-chunks
8
+ storageClassName : o11y
9
+ additionalConfig :
10
+ bucketOwner : s3-loki
11
+ bucketMaxSize : 5Ti
12
+ bucketLifecycle : |
13
+ {
14
+ "Rules": [
15
+ {
16
+ "ID": "AbortIncompleteMultipartUploads",
17
+ "Status": "Enabled",
18
+ "Prefix": "",
19
+ "AbortIncompleteMultipartUpload": {
20
+ "DaysAfterInitiation": 1
21
+ }
22
+ }
23
+ ]
24
+ }
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : objectbucket.io/v1alpha1
3
+ kind : ObjectBucketClaim
4
+ metadata :
5
+ name : logs-ruler
6
+ namespace : rook-ceph
7
+ spec :
8
+ bucketName : logs-ruler
9
+ storageClassName : o11y
10
+ additionalConfig :
11
+ bucketOwner : s3-loki
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
+ }
You can’t perform that action at this time.
0 commit comments