treasuremap/manifests/function/rook-cluster/pools/rgw-buckets/bucket/obc.yaml

21 lines
703 B
YAML

apiVersion: objectbucket.io/v1alpha1
kind: ObjectBucketClaim
metadata:
name: object-bucket-claim
spec:
# To create a new bucket specify either `bucketName` or
# `generateBucketName` here. Both cannot be used. To access
# an existing bucket the bucket name needs to be defined in
# the StorageClass referenced here, and both `bucketName` and
# `generateBucketName` must be omitted in the OBC.
# This should be changed to match current name and prefix
# after first stage of testing - vs422h
bucketName: bucket
storageClassName: object-storage-sc
additionalConfig:
# Bucket quota parameters TBD - vs422h
# To set for quota for OBC
#maxObjects: "1000"
#maxSize: "2G"