[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:
CUELLAR Grégory
2020-11-20 16:31:34 +01:00
committed by GitHub
parent 6f2cf95fe8
commit e35d4bf21a
5 changed files with 15 additions and 1 deletions

View File

@@ -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` |