This contains a collection of standard helm charts ready for use in any given kubernetes cluster.
The main star of our show is the awesome Doodba docker image which we consider the golden standard for deploying Odoo.
Odoo-doodba chart also supports cluster-deployed psql database as well as external CloudSQL instances from Google Cloud.
- Download the latest 2.X version of helm.
- Run
helm repo add https://charts.pledra.com
- Create a local copy of values.yaml.
- Discard any default values and keep only ones you need.
- Run
helm install [your-release-name] pledra/odoo-doodba -f values.yaml
.
This is indeed a oversimplification of the process but not much time has been invested into the UX of this project for now..