From 2137bf7702d12d2d6ca2ec5ca7d037d33a4a39ec Mon Sep 17 00:00:00 2001 From: Jonathan Gazeley Date: Mon, 30 Jan 2023 21:12:08 +0000 Subject: [PATCH] Add notes about Helm/Kubernetes --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a646a14..572e72a 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,21 @@ services: docker-compose up -d ``` +### Install on Kubernetes + +You can install Hammond on Kubernetes by using Helm. The +[Helm chart for Hammond](https://github.com/djjudas21/charts/tree/main/charts/hammond) +is maintained by djjudas21. + +Check out the default [`values.yaml`](https://github.com/djjudas21/charts/blob/main/charts/hammond/values.yaml) +to see what you can override. + +```console +helm repo add djjudas21 https://djjudas21.github.io/charts/ +helm repo update djjudas21 +helm install djjudas21/hammond +``` + ### Build from Source / Ubuntu Installation Although personally I feel that using the docker container is the best way of using