60 lines
2.4 KiB
Markdown
60 lines
2.4 KiB
Markdown
|
# postgresql
|
||
|
|
||
|
![Version: 1.5.2](https://img.shields.io/badge/Version-1.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
|
||
|
|
||
|
PostgresSQL
|
||
|
|
||
|
**Homepage:** <https://github.com/truecharts/apps/tree/master/stable/postgres>
|
||
|
|
||
|
## Maintainers
|
||
|
|
||
|
| Name | Email | Url |
|
||
|
| ---- | ------ | --- |
|
||
|
| TrueCharts | info@truecharts.org | truecharts.org |
|
||
|
| Ornias1993 | kjeld@schouten-lebbing.nl | truecharts.org |
|
||
|
|
||
|
## Source Code
|
||
|
|
||
|
* <https://www.postgresql.org/>
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
Kubernetes: `>=1.16.0-0`
|
||
|
|
||
|
| Repository | Name | Version |
|
||
|
|------------|------|---------|
|
||
|
| https://truecharts.org/ | common | 6.12.1 |
|
||
|
|
||
|
## Values
|
||
|
|
||
|
| Key | Type | Default | Description |
|
||
|
|-----|------|---------|-------------|
|
||
|
| enableUpgradeBackup | bool | `false` | |
|
||
|
| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresqlDatabase }}"` | |
|
||
|
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresqlUsername }}"` | |
|
||
|
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||
|
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
|
||
|
| existingSecret | string | `""` | |
|
||
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||
|
| image.repository | string | `"postgres"` | |
|
||
|
| image.tag | string | `"13.4"` | |
|
||
|
| persistence.db.accessMode | string | `"ReadWriteOnce"` | |
|
||
|
| persistence.db.enabled | bool | `true` | |
|
||
|
| persistence.db.mountPath | string | `"/var/lib/postgresql/data"` | |
|
||
|
| persistence.db.size | string | `"100Gi"` | |
|
||
|
| persistence.db.type | string | `"pvc"` | |
|
||
|
| persistence.dbbackups.accessMode | string | `"ReadWriteOnce"` | |
|
||
|
| persistence.dbbackups.enabled | bool | `true` | |
|
||
|
| persistence.dbbackups.mountPath | string | `"/dbbackups"` | |
|
||
|
| persistence.dbbackups.size | string | `"100Gi"` | |
|
||
|
| persistence.dbbackups.type | string | `"pvc"` | |
|
||
|
| postgresqlDatabase | string | `"test"` | |
|
||
|
| postgresqlPassword | string | `"testpass"` | |
|
||
|
| postgresqlUsername | string | `"test"` | |
|
||
|
| service.main.enabled | bool | `true` | |
|
||
|
| service.main.ports.main.port | int | `5432` | |
|
||
|
| strategy.type | string | `"Recreate"` | |
|
||
|
|
||
|
----------------------------------------------
|
||
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|