TrueChartsClone/charts/stable/odoo/values.yaml

52 lines
949 B
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/odoo
pullPolicy: IfNotPresent
tag: v15.0@sha256:d01cefc1387e788adcd53b500efe5c67af251c3c5bba42b4d269d9d68a856960
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"
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: odoo
postgresqlDatabase: postgres