@@ -52,7 +52,7 @@ We provide three channels for helm packages:
* **stable**: This channel contains the stable release packages of instant3Dhub.
* **dev**: This channel contains all rc and dev packages.
* **trk_<track-name>**: Each track package has its own channel and is named using the suffix trk_ followed by the name of the track.
* **trk_<track-name>**: Each track package has its own channel and is named using the suffix ``trk_`` followed by the name of the track.
Now, add the instant3Dhub Helm repository from one of the channels:
...
...
@@ -171,7 +171,7 @@ Using External Services
PostgreSQL
-------------------------------------------
The system can optionally work with a previously provisioned PostgreSQL instance. This instance must be initialized corrctly with our schema and tables. For that we provide ansible playbooks to install and initialize postgres manually. For more information please `see our guide <./INSTALL_EXT_POSTGRES_GUIDE>`_.
The system can optionally work with a previously provisioned PostgreSQL instance. This instance must be initialized corrctly with our schema and tables. For that we provide ansible playbooks to install and initialize postgres manually. For more information please :ref:`see our guide <Guide: running instant3Dhub with external PostgreSQL>`.
If you are using external PostgresSQL, we recommend using k8s secrets to store the connection string. The secrets can be referenced then using these values in our helm chart.
The script expects these env variables to be set in the setup file:
* RELEASE_NAME: Is the name of the release to be used when deploying instant3Dhub. This can be any name of your choice. Example: instant3dhub-test. Default is: i3dhub-singlenode.
* ENTRYPOINT: The external exposure hosts or proxies. Example: http://host-name.your-domain.com:30000. Default is: http://your-hostname:30042. For more information on how to set up a proxy please see our `guide <./INSTALL_PROXY_GUIDE.srt>`_.
* ENTRYPOINT: The external exposure hosts or proxies. Example: http://host-name.your-domain.com:30000. Default is: http://your-hostname:30042. For more information on how to set up a proxy please see our :ref:`guide <Guide: running instant3Dhub with external PostgreSQL>`.
* REGISTRY: Is the container registry where instant3Dhub images can be fetched. Example: hub.docker.com. Default is: images.threedy.io.
* LICENSE_SERVER: The address of the license server. Example: http://license.threedy.io:8200. Default is empty.
* ENABLE_GPU: Set to true if your system has a GPU and you want to enable it to be used by instant3Dhub visualization services. Default is false.