Files
truecharts/charts/stable/odoo/values.yaml
T
49ec617cf6 chore(deps): update docker general non-major (#1869)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-08 14:03:39 +01:00

55 lines
1006 B
YAML

image:
repository: tccr.io/truecharts/odoo
pullPolicy: IfNotPresent
tag: v15.0@sha256:2cde7608ba62f1b1299b84150e803949532562ab5534fd455fa814779da692f7
env:
USER: "{{ .Values.postgresql.postgresqlUsername }}"
PORT: 5432
envValueFrom:
PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
HOST:
secretKeyRef:
name: dbcreds
key: plainhost
service:
main:
ports:
main:
port: 8069
targetPort: 8069
odoo:
enabled: true
ports:
xmlrpcs:
enabled: true
port: 8071
targetPort: 8071
longpolling:
enabled: true
port: 8072
targetPort: 8072
persistence:
odoo:
enabled: true
mountPath: "/var/lib/odoo"
addons:
enabled: true
mountPath: "/mnt/extra-addons"
customconfig:
enabled: true
mountPath: "/etc/odoo"
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: odoo
postgresqlDatabase: odoo