Files
truecharts/charts/stable/odoo/values.yaml
T
Kjeld Schouten-LebbingandGitHub 5529c2a3af refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00

50 lines
934 B
YAML

image:
repository: tccr.io/truecharts/odoo
pullPolicy: IfNotPresent
tag: v15.0@sha256:35c12555e65fb484da2eecf0bde24b0e8b4825a70d82afc44671d4cae4fffcca
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