Odoo
Odoo is an Open-Source suite of web based business apps written in Python and stores data in a PostgreSQL database. The Glasskube Operator will automatically perform Upgrades and manages the database. Make sure you also have the cnpg-operator installed. After applying the custom resource Odoo will be reachable via an ingress at the configured host. Daily database backups are stored in an integrated S3 compatible MinIO bucket inside the glasskube-system namespace.
Example
odoo.yaml
apiVersion: glasskube.eu/v1alpha1
kind: Odoo
metadata:
name: odoo
spec:
host: erp.mycompany.eu
Spec
Name | Type | |
---|---|---|
host | String | (required) |
demoEnabled | Boolean | true |
resources | ResourceRequirements |