mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
[bitnami/postgresql-ha] Implement persistence selector (#4436)
* [bitnami/postgresql-ha] Implement persistence selector * [bitnami/postgresql-ha] Implement persistence selector ( change version number )
This commit is contained in:
@@ -266,6 +266,7 @@ The following table lists the configurable parameters of the PostgreSQL HA chart
|
||||
| `persistence.accessMode` | Access mode of data volume | `ReadWriteOnce` |
|
||||
| `persistence.size` | Size of data volume | `8Gi` |
|
||||
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
|
||||
| `persistence.selector` | Selector to match an existing Persistent Volume (this value is evaluated as a template) | `{}` |
|
||||
| **Expose** | | |
|
||||
| `service.type` | Kubernetes service type (`ClusterIP`, `NodePort` or `LoadBalancer`) | `ClusterIP` |
|
||||
| `service.port` | PostgreSQL port | `5432` |
|
||||
|
||||
Reference in New Issue
Block a user