Daily Housekeeping

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-08-16 14:14:37 +00:00
parent fecb869175
commit 716f634fa5
440 changed files with 6776 additions and 13256 deletions
+6 -55
View File
@@ -1,57 +1,8 @@
# postgresql
# Configuration Options
![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-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)
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Together" guide:
https://truecharts.org/manual/linking/
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.8.0 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| 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 | `"{{ .Values.existingSecret | default ( include \"common.names.fullname\" . ) }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"postgres"` | |
| image.tag | string | `"13.3"` | |
| 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)
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.