1
Add EinStack chart repository
2
Create a Kubernetes Secret
Before installing the Helm chart, you need to create a Kubernetes secret with your API keys like:By default, Glide’s chart comes with a configuration that contains one language router with one OpenAI model that requires to put API key under the
OPENAI_API_KEY
environment variable.3
Use the Secret
Then, you need to create a custom
values.yaml
file to override the secret name like:4
Deploy Glide's chart 🚀
Finally, you should be able to install Glide’s chart via:Please make sure your kubectl context is pointing to the right cluster and authenticated to do the deployment.
glide-gateway
deployment and corresponding pods in the namespace you used during the deployment.