Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -11,6 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.PORT | int | `5432` | |
|
||||
| env.USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
@@ -18,24 +19,25 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| envValueFrom.PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/odoo"` | |
|
||||
| image.tag | string | `"version-14.0@sha256:dec23986ced979e029a78512272e2be18bab60d811bccb3d7ddc4b3241b210e2"` | |
|
||||
| image.tag | string | `"v15.0@sha256:314cfa4776c8fd0a45974bb0a7211d4d9258d0dd4616130c671f95595a306972"` | |
|
||||
| persistence.addons.enabled | bool | `true` | |
|
||||
| persistence.addons.mountPath | string | `"/mnt/extra-addons"` | |
|
||||
| persistence.customconfig.enabled | bool | `true` | |
|
||||
| persistence.customconfig.mountPath | string | `"/etc/odoo"` | |
|
||||
| persistence.odoo.enabled | bool | `true` | |
|
||||
| persistence.odoo.mountPath | string | `"/var/lib/odoo"` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"postgres"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"odoo"` | |
|
||||
| postgresql.postgresqlUsername | string | `"odoo"` | |
|
||||
| secret | object | `{}` | |
|
||||
| service.main.ports.main.port | int | `8069` | |
|
||||
| service.main.ports.main.targetPort | int | `8069` | |
|
||||
| service.odoo.enabled | bool | `true` | |
|
||||
| service.odoo.ports.odoo-1.enabled | bool | `true` | |
|
||||
| service.odoo.ports.odoo-1.port | int | `8071` | |
|
||||
| service.odoo.ports.odoo-1.targetPort | int | `8071` | |
|
||||
| service.odoo.ports.odoo-2.enabled | bool | `true` | |
|
||||
| service.odoo.ports.odoo-2.port | int | `8072` | |
|
||||
| service.odoo.ports.odoo-2.targetPort | int | `8072` | |
|
||||
| service.odoo.ports.longpolling.enabled | bool | `true` | |
|
||||
| service.odoo.ports.longpolling.port | int | `8072` | |
|
||||
| service.odoo.ports.longpolling.targetPort | int | `8072` | |
|
||||
| service.odoo.ports.xmlrpcs.enabled | bool | `true` | |
|
||||
| service.odoo.ports.xmlrpcs.port | int | `8071` | |
|
||||
| service.odoo.ports.xmlrpcs.targetPort | int | `8071` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
Reference in New Issue
Block a user