chore: Update manifests after change
This commit is contained in:
@@ -1,28 +0,0 @@
|
|||||||
kind: CephObjectStore
|
|
||||||
apiVersion: ceph.rook.io/v1
|
|
||||||
metadata:
|
|
||||||
name: ceph-objectstore
|
|
||||||
namespace: rook-ceph
|
|
||||||
spec:
|
|
||||||
dataPool:
|
|
||||||
erasureCoded:
|
|
||||||
codingChunks: 1
|
|
||||||
dataChunks: 2
|
|
||||||
failureDomain: host
|
|
||||||
parameters:
|
|
||||||
bulk: "true"
|
|
||||||
gateway:
|
|
||||||
instances: 1
|
|
||||||
port: 80
|
|
||||||
priorityClassName: system-cluster-critical
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 2Gi
|
|
||||||
requests:
|
|
||||||
cpu: 1000m
|
|
||||||
memory: 1Gi
|
|
||||||
metadataPool:
|
|
||||||
failureDomain: host
|
|
||||||
replicated:
|
|
||||||
size: 3
|
|
||||||
preservePoolsOnDelete: true
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
kind: StorageClass
|
|
||||||
apiVersion: storage.k8s.io/v1
|
|
||||||
metadata:
|
|
||||||
name: ceph-bucket
|
|
||||||
provisioner: rook-ceph.ceph.rook.io/bucket
|
|
||||||
reclaimPolicy: Delete
|
|
||||||
volumeBindingMode: Immediate
|
|
||||||
parameters:
|
|
||||||
objectStoreName: ceph-objectstore
|
|
||||||
objectStoreNamespace: rook-ceph
|
|
||||||
region: us-east-1
|
|
||||||
Reference in New Issue
Block a user