Skip to content

platzhersh/graphql-hive-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-hive-helm

This is a self hosted version of GraphQL Hive. It is intended for development and testing purposes only. It is not recommended to use this in production.

Based on: https://github.com/kamilkisiela/graphql-hive/blob/main/docker/docker-compose.community.yml

Components

GraphQL Hive Components (Source: https://github.com/kamilkisiela/graphql-hive/blob/main/docs/architecture.puml)

Deploy helm to k8s

helm upgrade --install registry ./hive/ --namespace hive --create-namespace

Test helm chart

lint

helm lint hive/

template

helm template registry ./hive/ --debug

install dry-run

helm install --dry-run registry ./hive/

About

helm charts to self host graphql hive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published