From fb15517ee12d7f74e326c086f7552b80f5e0efe3 Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 25 Feb 2025 22:05:40 -0500 Subject: [PATCH] aaaa --- .../object/rook-ceph-object-store.yaml | 39 ++++++------------- 1 file changed, 12 insertions(+), 27 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 7e76bf7..eea3360 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,34 +4,19 @@ metadata: name: weyma-bm-store namespace: rook-ceph spec: - 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 - statusCheck: - mirror: {} \ No newline at end of file + 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 \ No newline at end of file