Deploying on Kubernetes with Helm

Install

A Tonic Structural Helm chart is located at: https://github.com/TonicAI/tonic_helm_charts.

To make future updates easier, fork this repository.

The repository readme includes more detail on how to set the required and optional configuration parameters.

During the onboarding period, you are provided access credentials to our image repository. If you require new credentials, or you experience issues accessing the repository, contact support@tonic.ai to get access to our Quay.io docker repository.

Configure

Review the configuration option details in the repository readme.

Deploy

To deploy and validate access to Structural, follow the instructions in the repository readme.

Update

Structural notifies you when the current version is more than 10 versions behind the most recent release. The notification is on the System Status tab of Tonic Settings view.

To get the latest Structural version, users with the Update Tonic global permission can use the in-app update feature. Alternatively, if you need to specify a particular version of Structural to use, set tonicVersion, then run the following:

$ helm upgrade <name_of_release> -n <namespace_name> <path-to-helm-chart>

When you make changes to your deployment with Helm, if your tonicVersion tag is latest, make sure that you update all of your individual pods/containers to the same version.

Last updated