Skip to main content

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

NameType
hostString(required)
demoEnabledBooleantrue
resourcesResourceRequirements