Skip to main content

Self-host the Typegate

Helm

Helm must be installed to use the charts. Please refer to Helm's documentation to get started. The chart can be accessed on the dedicated repository.

Once Helm has been set up correctly, add the repo as follows:

helm repo add metatype https://charts.metatype.dev
helm show values metatype/typegate > values.yml
# customize values.yaml
helm install my-gate --values values.yml metatype/typegate