Files
truecharts/charts/stable/odoo/values.yaml
T
e8dbca32f5 chore(deps): update non-major (#1449)
* chore(deps): update 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>
2021-12-03 15:07:49 +01:00

60 lines
1.1 KiB
YAML

image:
repository: tccr.io/truecharts/odoo
pullPolicy: IfNotPresent
tag: version-14.0@sha256:dec23986ced979e029a78512272e2be18bab60d811bccb3d7ddc4b3241b210e2
secret: {}
# USER: "odoo"
# PASSWORD: "myodoo"
# See more environment variables in the odoo documentation
# https://github.com/nicholaswilde/docker-odoo
env: {}
# HOST: "odoo-db"
envTpl:
USER: "{{ .Values.postgresql.postgresqlUsername }}"
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:
odoo-1:
enabled: true
port: 8071
targetPort: 8071
odoo-2:
enabled: true
port: 8072
targetPort: 8072
persistence:
odoo:
enabled: true
mountPath: "/var/lib/odoo"
addons:
enabled: true
mountPath: "/mnt/extra-addons"
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: odoo
postgresqlDatabase: postgres