From ce35a3dc4e1b9ab4354d9d807271521e0e91bb85 Mon Sep 17 00:00:00 2001 From: micafer Date: Mon, 12 Jun 2023 09:06:19 +0200 Subject: [PATCH] Add helm chart info --- doc/source/manual.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/source/manual.rst b/doc/source/manual.rst index beb2c9492..ea25dd5e0 100644 --- a/doc/source/manual.rst +++ b/doc/source/manual.rst @@ -25,6 +25,24 @@ Or you can also add a volume with all the IM configuration:: $ sudo docker run -d -p 8899:8899 -p 8800:8800 -v "/some_local_path/im.cfg:/etc/im/im.cfg" --name im grycap/im + +Kubernetes Helm Chart +===================== + +The IM service and web interface can be installed on top of Kubernetes using Helm. + +How to install the IM chart: + +First add the GRyCAP repo:: + + $ helm repo add grycap https://grycap.github.io/helm-charts/ + +Then install the IM chart (with Helm v3):: + + $ helm install --namespace=im --create-namespace im grycap/IM + +All the information about this chart is available at the `IM chart README `_. + IM Service Installation =======================