Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 747 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 747 Bytes

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/