mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Added retention and sanitization
This commit is contained in:
@@ -17,6 +17,8 @@ rook-ceph-cluster:
|
||||
cleanupPolicy:
|
||||
confirmation: ""
|
||||
#confirmation: "yes-really-destroy-data"
|
||||
sanitizeDisks:
|
||||
method: "quick"
|
||||
dataDirHostPath: /var/lib/rook
|
||||
dashboard:
|
||||
enabled: true
|
||||
@@ -169,7 +171,7 @@ rook-ceph-cluster:
|
||||
name: ceph-filesystem
|
||||
# (Optional) specify a data pool to use, must be the name of one of the data pools above, 'data0' by default
|
||||
pool: data0
|
||||
reclaimPolicy: Delete
|
||||
reclaimPolicy: Retain
|
||||
allowVolumeExpansion: true
|
||||
volumeBindingMode: "Immediate"
|
||||
mountOptions: []
|
||||
@@ -222,7 +224,7 @@ rook-ceph-cluster:
|
||||
storageClass:
|
||||
enabled: true
|
||||
name: ceph-bucket
|
||||
reclaimPolicy: Delete
|
||||
reclaimPolicy: Retain
|
||||
volumeBindingMode: "Immediate"
|
||||
# isDefault: false
|
||||
# see https://github.com/rook/rook/blob/master/Documentation/ceph-object-bucket-claim.md#storageclass for available configuration
|
||||
|
||||
Reference in New Issue
Block a user