|
| 1 | +# postgresql-cnpg |
| 2 | + |
| 3 | +  |
| 4 | + |
| 5 | +An object-relational database management system, a database server. |
| 6 | + |
| 7 | +**Homepage:** <https://www.postgresql.org/> |
| 8 | + |
| 9 | +## Values |
| 10 | + |
| 11 | +| Key | Type | Default | Description | |
| 12 | +|-----|------|---------|-------------| |
| 13 | +| auth.database | string | `"defaultdb"` | | |
| 14 | +| auth.password | string | `"changeme"` | | |
| 15 | +| auth.username | string | `"changeme"` | | |
| 16 | +| discovery.enabled | bool | `false` | | |
| 17 | +| extension.pgvector | bool | `false` | | |
| 18 | +| global.suspend | bool | `false` | | |
| 19 | +| imageCatalog.major | int | `18` | | |
| 20 | +| imageCatalog.name | string | `"postgresql-standard-trixie"` | | |
| 21 | +| ports[0].name | string | `"pgbouncer"` | | |
| 22 | +| ports[0].port | int | `5432` | | |
| 23 | +| ports[0].protocol | string | `"TCP"` | | |
| 24 | +| ports[0].targetPort | string | `"pgbouncer"` | | |
| 25 | +| resources.limits | object | `{}` | | |
| 26 | +| resources.requests.cpu | string | `"250m"` | | |
| 27 | +| resources.requests.memory | string | `"256Mi"` | | |
| 28 | +| security.networkPolicy.enabled | bool | `false` | | |
| 29 | +| storage.size | string | `"10Gi"` | | |
| 30 | +| userPreferences.language | string | `"en"` | | |
| 31 | + |
| 32 | +---------------------------------------------- |
| 33 | +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) |
0 commit comments