Kubernetes Build
The Mint System collection of Helm charts.
- Install: Install Helm repository and get started with Odoo.
- Develop: Deploy Odoo and Postgres to a local Kubernetes cluster.
- Build: Fork and build your own Helm charts.
- Deploy: Configure and deploy Helm charts to remote clusters.
- Bootstrap: Bootstrap new Kubernetes clusters.
Requirements
Usage
You can use this project as any other Helm chart repository.
Add this Helm repository.
bash
helm repo add kubernetes-build https://kubernetes.buildInstall a chart.
bash
helm install "$NAME" "kubernetes-build/$NAME"Charts
List of charts:
- clusterIssuer
- odoo
- nextcloud
- postgres
- prometheusAgent
- vshnPostgres
- hugo
- vuepress
- deploymentUpdater
- forgejoRunner
- taskfileBuild
Deploy
You can use this project to deploy the charts to these Kubernetes clusters:
Develop
The Development covers everything to start developing the Helm charts.
Backup
Have a look at the Backup page to learn about how the services make backups.
Monitoring
Checkout the Monitor page to learn about how services are monitored.
Troubleshooting
Problems and solutions are documented in the Troubleshooting document.