Skip to content

Commit a839a48

Browse files
authored
Merge pull request #937 from lsst-it/IT-6193/pillan-obc
(pillan) add lfa sc
2 parents 350a21f + 694c039 commit a839a48

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)