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
|
2022-09-15 15:42:23 +00:00
|
|
|
tag: v15.0@sha256:f7d2ab13cf5214ddfbc09d5322bd61ad064a877edbec1620579392838a0a44d7
|
2021-10-19 12:20:06 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8069
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8069
|
2021-10-19 12:20:06 +00:00
|
|
|
odoo:
|
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
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8071
|
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
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 8072
|
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"
|
2021-10-19 12:20:06 +00:00
|
|
|
# Enabled postgres
|
2023-04-11 10:07:17 +00:00
|
|
|
cnpg:
|
|
|
|
main:
|
|
|
|
enabled: true
|
2022-08-08 21:25:02 +00:00
|
|
|
|
2023-04-11 10:07:17 +00:00
|
|
|
user: odoo
|
|
|
|
database: postgres
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
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
|