Skip to content

Commit

Permalink
(elqui) add rubinobs-butler-lsstcam bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Oct 9, 2024
1 parent 7b5bf9e commit aa9b6b6
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: rubinobs-butler-lsstcam
provisioner: rook-ceph.ceph.rook.io/bucket
parameters:
objectStoreName: lfa
objectStoreNamespace: rook-ceph
reclaimPolicy: Retain
---
apiVersion: objectbucket.io/v1alpha1
kind: ObjectBucketClaim
metadata:
name: rubinobs-butler-lsstcam
namespace: rook-ceph
spec:
bucketName: rubinobs-butler-lsstcam
storageClassName: rubinobs-butler-lsstcam
additionalConfig:
maxSize: 34Ti # quota for BTS; XXX increase for cp

0 comments on commit aa9b6b6

Please sign in to comment.