mirror of
https://github.com/truenas/charts.git
synced 2026-02-10 05:46:45 +08:00
* add `odoo` to `community` apps * add pg * add config, svc, persistence * add basic values for test * add tmp and validation * use the odoo user * update readme * remove interface config * switch db name * init * do init * extra values * update UI * remove redundant group * fix typo * bump common
17 lines
344 B
YAML
17 lines
344 B
YAML
odooNetwork:
|
|
webPort: 31000
|
|
|
|
odooStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data
|
|
addons:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/addons
|
|
pgData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgData
|
|
pgBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgBackup
|