Files
truecharts/charts/stable/odoo/values.yaml
T
TrueCharts BotandGitHub f46822c7de chore(deps): update docker general non-major (#3587)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-27 16:14:25 +02:00

53 lines
959 B
YAML

image:
repository: tccr.io/truecharts/odoo
pullPolicy: IfNotPresent
tag: v15.0@sha256:c9013df192acfc4861371e49fed8d47dabbc709204525bde6fe4fec7240da302
env:
USER: "{{ .Values.postgresql.postgresqlUsername }}"
PORT: 5432
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"
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: odoo
postgresqlDatabase: postgres
portal:
enabled: true