17 lines
631 B
Text
17 lines
631 B
Text
|
|
{
|
||
|
|
name = "odoo",
|
||
|
|
version = "18.0.0",
|
||
|
|
description = "Odoo 18 ERP — multi-tenant deployment with Cilium Gateway API and Longhorn storage",
|
||
|
|
tags = ["erp", "appserv", "web", "tenant"],
|
||
|
|
modes = ["cluster"],
|
||
|
|
dependencies = ["postgresql"],
|
||
|
|
provides = [{ id = "erp-odoo", version = "18", interface = "odoo" }],
|
||
|
|
requires = [
|
||
|
|
{ capability = "block-storage-csi", kind = 'Required },
|
||
|
|
{ capability = "gateway-api-cilium", kind = 'Required },
|
||
|
|
{ capability = "cert-manager", kind = 'Optional },
|
||
|
|
],
|
||
|
|
conflicts_with = [],
|
||
|
|
best_practices = ["bp_007"],
|
||
|
|
}
|