Skip to content

Commit 694c039

Browse files
committed
(pillan) add lfa sc
1 parent 350a21f commit 694c039

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

fleet/lib/rook-ceph-conf/charts/pillan/templates/cephobjectstore-lfa.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,13 @@ spec:
244244
pg_autoscale_mode: "off"
245245
bulk: "true"
246246
pg_num: "256"
247+
---
248+
apiVersion: storage.k8s.io/v1
249+
kind: StorageClass
250+
metadata:
251+
name: lfa
252+
provisioner: rook-ceph.ceph.rook.io/bucket
253+
parameters:
254+
objectStoreName: lfa
255+
objectStoreNamespace: rook-ceph
256+
reclaimPolicy: Retain

0 commit comments

Comments
 (0)