From aa1c170765ee34795d48c9f13ef8456c55ea4cd3 Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 25 Feb 2025 21:32:27 -0500 Subject: [PATCH] fix object store definition --- .../object/rook-ceph-object-store.yaml | 43 ++++++++++++------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/system-apps/rook-ceph/storage/object/rook-ceph-object-store.yaml b/system-apps/rook-ceph/storage/object/rook-ceph-object-store.yaml index 177374c..7e76bf7 100644 --- a/system-apps/rook-ceph/storage/object/rook-ceph-object-store.yaml +++ b/system-apps/rook-ceph/storage/object/rook-ceph-object-store.yaml @@ -4,21 +4,34 @@ metadata: name: weyma-bm-store namespace: rook-ceph spec: - metadataPool: + auth: {} + dataPool: + application: '' + erasureCoded: + codingChunks: 1 + dataChunks: 2 failureDomain: host + mirroring: {} + quotas: {} + replicated: + size: 0 + statusCheck: + mirror: {} + gateway: + instances: 1 + placement: {} + port: 80 + resources: {} + healthCheck: {} + metadataPool: + application: '' + erasureCoded: + codingChunks: 0 + dataChunks: 0 + failureDomain: host + mirroring: {} + quotas: {} replicated: size: 3 - dataPool: - failureDomain: host - erasureCoded: - dataChunks: 2 - codingChunks: 1 - preservePoolsOnDelete: true - gateway: - port: 80 - # securePort: 443 - instances: 1 - healthCheck: - bucket: - disabled: false - interval: 60s \ No newline at end of file + statusCheck: + mirror: {} \ No newline at end of file