Files
gitops/infrastructure/rook-ceph/objectstore.yaml
Nick Adam 9618d0f4e4 modified: infrastructure/rook-ceph-operator-app.yaml
modified:   infrastructure/rook-ceph/cluster.yaml
	modified:   infrastructure/rook-ceph/objectstore.yaml
	new file:   infrastructure/rook-ceph/toolbox.yaml
2026-01-14 11:40:27 +01:00

20 lines
334 B
YAML

apiVersion: ceph.rook.io/v1
kind: CephObjectStore
metadata:
name: ceph-objectstore
namespace: rook-ceph
spec:
metadataPool:
failureDomain: host
replicated:
size: 3
dataPool:
failureDomain: host
replicated:
size: 3
preservePoolsOnDelete: true
gateway:
type: s3
port: 80
instances: 1