20 lines
338 B
YAML
20 lines
338 B
YAML
apiVersion: ceph.rook.io/v1
|
|
kind: CephObjectStore
|
|
metadata:
|
|
name: bucketstore
|
|
spec:
|
|
metadataPool:
|
|
failureDomain: host
|
|
replicated:
|
|
size: 1
|
|
dataPool:
|
|
failureDomain: host
|
|
replicated:
|
|
size: 1
|
|
preservePoolsOnDelete: true
|
|
gateway:
|
|
sslCertificateRef:
|
|
port: 80
|
|
# securePort: 443
|
|
instances: 1
|