@@ -208,6 +208,9 @@ The command removes all the Kubernetes components associated with the chart and
208
208
| ` master.persistence.selector ` | Additional labels to match for the PVC | ` {} ` |
209
209
| ` master.persistence.dataSource ` | Custom PVC data source | ` {} ` |
210
210
| ` master.persistence.existingClaim ` | Use a existing PVC which must be created manually before bound | ` "" ` |
211
+ | ` master.persistentVolumeClaimRetentionPolicy.enabled ` | Controls if and how PVCs are deleted during the lifecycle of a StatefulSet | ` false ` |
212
+ | ` master.persistentVolumeClaimRetentionPolicy.whenScaled ` | Volume retention behavior when the replica count of the StatefulSet is reduced | ` Retain ` |
213
+ | ` master.persistentVolumeClaimRetentionPolicy.whenDeleted ` | Volume retention behavior that applies when the StatefulSet is deleted | ` Retain ` |
211
214
| ` master.service.type ` | Redis® ; master service type | ` ClusterIP ` |
212
215
| ` master.service.ports.redis ` | Redis® ; master service port | ` 6379 ` |
213
216
| ` master.service.nodePorts.redis ` | Node port for Redis® ; master | ` "" ` |
@@ -317,6 +320,9 @@ The command removes all the Kubernetes components associated with the chart and
317
320
| ` replica.persistence.selector ` | Additional labels to match for the PVC | ` {} ` |
318
321
| ` replica.persistence.dataSource ` | Custom PVC data source | ` {} ` |
319
322
| ` replica.persistence.existingClaim ` | Use a existing PVC which must be created manually before bound | ` "" ` |
323
+ | ` replica.persistentVolumeClaimRetentionPolicy.enabled ` | Controls if and how PVCs are deleted during the lifecycle of a StatefulSet | ` false ` |
324
+ | ` replica.persistentVolumeClaimRetentionPolicy.whenScaled ` | Volume retention behavior when the replica count of the StatefulSet is reduced | ` Retain ` |
325
+ | ` replica.persistentVolumeClaimRetentionPolicy.whenDeleted ` | Volume retention behavior that applies when the StatefulSet is deleted | ` Retain ` |
320
326
| ` replica.service.type ` | Redis® ; replicas service type | ` ClusterIP ` |
321
327
| ` replica.service.ports.redis ` | Redis® ; replicas service port | ` 6379 ` |
322
328
| ` replica.service.nodePorts.redis ` | Node port for Redis® ; replicas | ` "" ` |
@@ -404,6 +410,9 @@ The command removes all the Kubernetes components associated with the chart and
404
410
| ` sentinel.persistence.dataSource ` | Custom PVC data source | ` {} ` |
405
411
| ` sentinel.persistence.medium ` | Provide a medium for ` emptyDir ` volumes. | ` "" ` |
406
412
| ` sentinel.persistence.sizeLimit ` | Set this to enable a size limit for ` emptyDir ` volumes. | ` "" ` |
413
+ | ` sentinel.persistentVolumeClaimRetentionPolicy.enabled ` | Controls if and how PVCs are deleted during the lifecycle of a StatefulSet | ` false ` |
414
+ | ` sentinel.persistentVolumeClaimRetentionPolicy.whenScaled ` | Volume retention behavior when the replica count of the StatefulSet is reduced | ` Retain ` |
415
+ | ` sentinel.persistentVolumeClaimRetentionPolicy.whenDeleted ` | Volume retention behavior that applies when the StatefulSet is deleted | ` Retain ` |
407
416
| ` sentinel.resources.limits ` | The resources limits for the Redis® ; Sentinel containers | ` {} ` |
408
417
| ` sentinel.resources.requests ` | The requested resources for the Redis® ; Sentinel containers | ` {} ` |
409
418
| ` sentinel.containerSecurityContext.enabled ` | Enabled Redis® ; Sentinel containers' Security Context | ` true ` |
0 commit comments