Deploying on Kubernetes with Helm

The Tonic Textual Helm chart is available in the GitHub repository https://github.com/TonicAI/textual_helm_charts.

To use the Helm chart, you can either:

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

Configure

Before you deploy Textual, you create a values.yaml file with the configuration for your instance.

For details about the required and optional configuration options, go to the repository readme.

Deploy

To deploy and validate access to Textual from the forked repository, follow the instructions in the repository readme.

To use the OCI-based registry, run:

helm install textual oci://quay.io/tonicai/textual -f values.yaml -n textual --create-namespace

The GitHub repository contains a readme with the details on how to populate a values.yaml file and deploy Textual.

Last updated