mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[bitnami/zookeeper] Add selector to pvc (#6505)
* [bitnami/zookeeper] Add selector for PVC Add selector to Zookeeper data PVC and dataLogDir PVC Signed-off-by: mmenbawy <elmenabawym@gmail.com> * [bitnami/zookeeper] (values.yaml) Update doc string * [bitnami/zookeeper] Apply suggestions * [bitnami/zookeeper] Apply suggestions * [bitnami/zookeeper] Apply suggestions
This commit is contained in:
committed by
GitHub
parent
29e30ed87a
commit
a290ba8126
@@ -175,8 +175,10 @@ The following tables lists the configurable parameters of the ZooKeeper chart an
|
||||
| `persistence.accessMode` | PVC Access Mode for ZooKeeper data volume | `ReadWriteOnce` |
|
||||
| `persistence.size` | PVC Storage Request for ZooKeeper data volume | `8Gi` |
|
||||
| `persistence.annotations` | Annotations for the PVC | `{}` (evaluated as a template) |
|
||||
| `persistence.selector` | Selector to match an existing Persistent Volume for Zookeeper's data PVC. If set, the PVC can't have a PV dynamically provisioned for it | `{}` (evaluated as a template) |
|
||||
| `persistence.dataLogDir.size` | PVC Storage Request for ZooKeeper's Data log directory | `8Gi` |
|
||||
| `persistence.dataLogDir.existingClaim` | Provide an existing `PersistentVolumeClaim` for Zookeeper's Data log directory | `nil` (evaluated as a template) |
|
||||
| `persistence.dataLogDir.selector` | Selector to match an existing Persistent Volume for Zookeeper's Data log PVC. If set, the PVC can't have a PV dynamically provisioned for it | `{}` (evaluated as a template) |
|
||||
|
||||
### Volume Permissions parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user