remove object storage
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
apiVersion: storage.k8s.io/v1
|
|
||||||
kind: StorageClass
|
|
||||||
metadata:
|
|
||||||
name: rook-ceph-bucket
|
|
||||||
#annotations:
|
|
||||||
# storageclass.kubernetes.io/is-default-class: "true"
|
|
||||||
# Change "rook-ceph" provisioner prefix to match the operator namespace if needed
|
|
||||||
provisioner: rook-ceph.ceph.rook.io/bucket
|
|
||||||
reclaimPolicy: Delete
|
|
||||||
parameters:
|
|
||||||
objectStoreName: weyma-bm-store
|
|
||||||
objectStoreNamespace: rook-ceph
|
|
||||||
region: us-east-1
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
apiVersion: ceph.rook.io/v1
|
|
||||||
kind: CephObjectStore
|
|
||||||
metadata:
|
|
||||||
name: weyma-bm-store
|
|
||||||
namespace: rook-ceph
|
|
||||||
spec:
|
|
||||||
metadataPool:
|
|
||||||
failureDomain: host
|
|
||||||
replicated:
|
|
||||||
size: 3
|
|
||||||
dataPool:
|
|
||||||
failureDomain: host
|
|
||||||
# For production it is recommended to use more chunks, such as 4+2 or 8+4
|
|
||||||
erasureCoded:
|
|
||||||
dataChunks: 2
|
|
||||||
codingChunks: 1
|
|
||||||
preservePoolsOnDelete: true
|
|
||||||
gateway:
|
|
||||||
# sslCertificateRef:
|
|
||||||
port: 80
|
|
||||||
# securePort: 443
|
|
||||||
instances: 1
|
|
||||||
Reference in New Issue
Block a user