Run a kuberenetes deployment of unleash using helm, alongside postgresql.
The templates/
directory contains a very simple deployment resource with a couple of parameters.
The values.yaml file contains the default values for the deployment template as well as the postgres dependency.
-
You will need to have a kubernetes cluster running locally (using
minikube
, for example.) or remotly connected. -
Follow these instructions to install helm client & server.
-
Checkout this chart -
git checkout https://github.com/nimrodshn/unleash-helm && cd unleash-helm
and run the following:helm install .
.