Skip to content

Commit

Permalink
Adds object store
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekingDean committed Feb 18, 2023
1 parent 8ff1d1d commit fda0c64
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion kubernetes/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,34 @@ spec:
csi.storage.k8s.io/node-stage-secret-namespace: rook-ceph
csi.storage.k8s.io/fstype: ext4
cephFileSystems: []
cephObjectStores: []
cephObjectStores:
- name: ceph-objectstore
spec:
metadataPool:
failureDomain: chassis
replicated:
size: 3
dataPool:
failureDomain: chassis
erasureCoded:
dataChunks: 2
codingChunks: 1
preservePoolsOnDelete: true
gateway:
port: 80
resources:
requests:
cpu: 1000m
memory: 1Gi
limits:
memory: 2Gi
instances: 1
healthCheck:
bucket:
interval: 60s
storageClass:
enabled: true
name: ceph-bucket
reclaimPolicy: Delete
parameters:
region: us-east-1

0 comments on commit fda0c64

Please sign in to comment.