Skip to content

Commit

Permalink
Add helm chart info
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 12, 2023
1 parent 387345c commit ce35a3d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/source/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/grycap/helm-charts/blob/master/IM/README.md>`_.

IM Service Installation
=======================

Expand Down

0 comments on commit ce35a3d

Please sign in to comment.