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-03-03 11:43:26 +00:00
|
|
|
tag: v15.0@sha256:7ef46614779a25788c3895cfc3428ae8a80936c77a06a13085b36992ac594f0e
|
2021-10-19 12:20:06 +00:00
|
|
|
|
2021-12-19 22:53:28 +00:00
|
|
|
env:
|
2021-10-19 12:20:06 +00:00
|
|
|
USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
2022-02-08 08:52:19 +00:00
|
|
|
PORT: 5432
|
2021-10-19 12:20:06 +00:00
|
|
|
|
|
|
|
envValueFrom:
|
|
|
|
PASSWORD:
|
|
|
|
secretKeyRef:
|
|
|
|
name: dbcreds
|
|
|
|
key: postgresql-password
|
|
|
|
HOST:
|
|
|
|
secretKeyRef:
|
|
|
|
name: dbcreds
|
|
|
|
key: plainhost
|
|
|
|
|
|
|
|
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
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
|
|
|
existingSecret: "dbcreds"
|
|
|
|
postgresqlUsername: odoo
|
2022-02-08 08:52:19 +00:00
|
|
|
postgresqlDatabase: odoo
|