Skip to content
/ odoo_ha Public

Odoo Hight Availability - Kubernetes Cluster

Notifications You must be signed in to change notification settings

fshahy/odoo_ha

Repository files navigation

minikube start -p mycluster
minikube dashboard -p mycluster
minikube tunnel -p mycluster

kubectl create -f postgres-configmap.yaml
kubectl create -f postgres-storage.yaml
kubectl create -f postgres-deployment.yaml

kubectl create -f odoo15-storage.yml
kubectl create -f odoo15-deplyment.yaml