69 lines
1.1 KiB
YAML
69 lines
1.1 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/odoo
|
|
pullPolicy: IfNotPresent
|
|
tag: v16.0.0@sha256:c1936984eeb8f504f5ebe74cf972319d6cd619ecbdf09249179ecdee2feeecf3
|
|
|
|
# test for root
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8069
|
|
odoo:
|
|
enabled: true
|
|
ports:
|
|
xmlrpcs:
|
|
enabled: true
|
|
port: 8071
|
|
longpolling:
|
|
enabled: true
|
|
port: 8072
|
|
odoo:
|
|
admin:
|
|
passwd: admin
|
|
db:
|
|
filter: ^mycompany.*$
|
|
smtp:
|
|
server: ""
|
|
port: 587
|
|
user: ""
|
|
password: ""
|
|
ssl: "False"
|
|
from: ""
|
|
|
|
persistence:
|
|
odoo:
|
|
enabled: true
|
|
mountPath: "/var/lib/odoo"
|
|
addons:
|
|
enabled: true
|
|
mountPath: "/mnt/extra-addons"
|
|
odoo-config:
|
|
enabled: true
|
|
type: configmap
|
|
objectName: odoo-config
|
|
targetSelector:
|
|
main:
|
|
main:
|
|
mountPath: /etc/odoo/odoo.conf
|
|
subPath: odoo.conf
|
|
readOnly: true
|
|
|
|
# Enabled postgres
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: odoo
|
|
database: postgres
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|