You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@PI-Victor Thanks for your reply,
Yeah i have worked on kubernetes and minikube. I will explore kustomize too.
What i want to do is, make helm charts or yaml files for Odoo latest versions.
That's perfect. That's also what this issue is for as well.
Generally, this repo could do a do-over. I usually, try to stay away from helm, i'm not a big fan of templating yaml and i think kustomize is very helpful in avoiding that complexity.
Here's roughly what needs to done.
update the custom Odoo docker image to point to the latest release and make it easy to update in the future (via some script)
add base directory where we have a bare bone statefulset, a service, PVCs and an Ingress
add kustomize directory for minikube only, this will help people install it easily
find out what paths need to persist data so that we can mount PVCs in them
add documentation for deploying this setup to minikube
Update odoo deployment to kustomize:
The text was updated successfully, but these errors were encountered: