GraphQL Servers

Two servers needed to be deployed: the normal GraphQL server and an authserver.

Prerequisites (for both)

Both servers expect the dictybase-configuration chart to be deployed with all necessary values.

GraphQL Server

Prerequisites

All backend services need to be installed.

Installation

  • Install chart
helm install dictybase/graphql-server --namespace dictybase -n graphql-server

GraphQL Authserver

Installation

helm install dictybase/graphql-authserver --namespace dictybase -n graphql-authserver