
This is a scaled back version of: https://review.opendev.org/c/airship/treasuremap/+/792837 This PS basically uses kustomize patches to modify the upstream yamls to create the base resources. Currently we manually edit the upstream yamls. The yamls produced by "kubectl kustomize ." are as before. Kpt can be used for syncing to upstream once this issue is resolved: https://github.com/GoogleContainerTools/kpt/issues/517 Change-Id: Idd7a3f4a61a9dae9ec82dd0a604eb371bdbb4ab4
13 lines
355 B
YAML
13 lines
355 B
YAML
apiVersion: ceph.rook.io/v1
|
|
kind: CephBlockPool
|
|
metadata:
|
|
name: pool
|
|
namespace: rook-ceph # namespace:cluster
|
|
spec:
|
|
failureDomain: host
|
|
replicated:
|
|
size: 3
|
|
quotas:
|
|
maxSize: "0" # e.g. "10Gi" - valid suffixes include k, M, G, T, P, E, Ki, Mi, Gi, Ti, Pi, Ei
|
|
maxObjects: 0 # 1000000000 = billion objects, 0 means no quotas
|