odoo
Mint System Odoo
Sets up Odoo with a Postgres container. The connection credentials are mapped from the Postgres secret.
Values
Domain: ingress
Key | Type | Default |
---|---|---|
className | string | haproxy |
host | string | odoo.cloud.local |
secure | booelan | false |
Domain: vshnPostgres
Key | Type | Default |
---|---|---|
enabled | boolean | false |
secretRef | string | postgres-creds |
client.enabled | boolean | false |
Domain: postgres
Key | Type | Default |
---|---|---|
enabled | boolean | true |
secretRef | string | postgres-creds |
client.enabled | boolean | false |
Domain: odoo
Key | Type | Default |
---|---|---|
enabled | boolean | true |
image | string | mintsystem/odoo:18.0.20250401 |
proxyMode | bool | True |
githubUserame | string | "" |
githubPersonalAccessToken | string | "" |
downloadOdooEnterprise | bool | False |
addonsGitRepos | string | https://github.com/Mint-System/Odoo-Apps-Server-Tools.git#18.0,https://github.com/OCA/Server-Tools.git#18.0 |
database | string | odoo |
initLang | string | de_CH |
listDB | string | False |
configMapRef | string | odoo-config |
secretRef | string | odoo-creds |