hammond icon indicating copy to clipboard operation
hammond copied to clipboard

Helm chart available

Open djjudas21 opened this issue 2 years ago • 0 comments

Not a bug, a request to update documentation.

I have written a Helm chart to deploy Hammond on Kubernetes and I'm using this to host my own instance on MicroK8s.

https://github.com/djjudas21/charts/tree/main/charts/hammond

Basic steps to install are:

helm repo add djjudas21 https://djjudas21.github.io/charts/
helm repo update
helm install djjudas21/hammond

You can override parameters by using a values file:

helm install hammond djjudas21/hammond -f values.yaml

djjudas21 avatar Feb 01 '22 17:02 djjudas21