This repository contains Helm charts to help with the deployment of Hasura GraphQL on Kubernetes. This project is currently in active development.
The Charts are available in a Helm Chart Repository. Helm must be installed to use these charts. Please refer to the official documentation to get started.
helm repo add hasura https://hasura.github.io/helm-charts/
helm repo update
You can then see the charts by running:
helm search repo hasura
You can change the repo name
hasura
to another one if getting conflicts.
For more information, have a look at the Using Helm documentation.
Check out our contributing guide for more details.
Resources in this repository are released under the Apache 2.0 license.