2021-10-19 12:20:06 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/odoo
|
2021-10-19 12:20:06 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-09-16 08:47:02 +00:00
|
|
|
tag: v16.0.0@sha256:9a0e0d913dc6c4ed5904ae233dc2de7fa1a00f10eb5a66f21e1f695c62933a1d
|
2023-08-25 08:27:47 +00:00
|
|
|
|
2021-10-19 12:20:06 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8069
|
2023-09-16 08:47:02 +00:00
|
|
|
xmlrpcs:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-10-19 12:20:06 +00:00
|
|
|
ports:
|
2022-02-08 08:52:19 +00:00
|
|
|
xmlrpcs:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-10-19 12:20:06 +00:00
|
|
|
port: 8071
|
2023-09-16 08:47:02 +00:00
|
|
|
longpolling:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
2022-02-08 08:52:19 +00:00
|
|
|
longpolling:
|
2021-11-20 23:20:50 +00:00
|
|
|
enabled: true
|
2021-10-19 12:20:06 +00:00
|
|
|
port: 8072
|
2023-09-16 08:47:02 +00:00
|
|
|
|
2023-08-25 08:27:47 +00:00
|
|
|
odoo:
|
|
|
|
admin:
|
|
|
|
passwd: admin
|
|
|
|
smtp:
|
|
|
|
server: ""
|
|
|
|
port: 587
|
|
|
|
user: ""
|
|
|
|
password: ""
|
|
|
|
ssl: "False"
|
|
|
|
from: ""
|
|
|
|
|
2023-09-16 08:47:02 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
USER: "{{ .Values.cnpg.main.user }}"
|
|
|
|
PORT: 5432
|
|
|
|
PASSWORD:
|
|
|
|
secretKeyRef:
|
|
|
|
name: cnpg-main-user
|
|
|
|
key: password
|
|
|
|
HOST:
|
|
|
|
secretKeyRef:
|
|
|
|
name: cnpg-main-urls
|
|
|
|
key: host
|
|
|
|
|
2021-10-19 12:20:06 +00:00
|
|
|
persistence:
|
|
|
|
odoo:
|
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/var/lib/odoo"
|
2021-10-19 12:20:06 +00:00
|
|
|
addons:
|
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/mnt/extra-addons"
|
2023-08-25 08:27:47 +00:00
|
|
|
odoo-config:
|
|
|
|
enabled: true
|
|
|
|
type: configmap
|
|
|
|
objectName: odoo-config
|
|
|
|
targetSelector:
|
|
|
|
main:
|
|
|
|
main:
|
|
|
|
mountPath: /etc/odoo/odoo.conf
|
|
|
|
subPath: odoo.conf
|
|
|
|
|
2021-10-19 12:20:06 +00:00
|
|
|
# Enabled postgres
|
2023-04-11 10:07:17 +00:00
|
|
|
cnpg:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
user: odoo
|
|
|
|
database: postgres
|
2023-08-25 08:27:47 +00:00
|
|
|
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|