Skip to content

helm: Add hasura-auth,hasura-graphql-engine

Raphael Dürscheid requested to merge 962-ds-helm into master

relates to https://gitlab.com/aivero/prop/workspace/-/merge_requests/866 relates to https://gitlab.com/aivero/prop/see/-/issues/962

This MR is a helm chart for running a

  • hasura-graphql-engine
  • hasura-auth
  • postgresql

containers in kubernetes. It also allows for configuring migrations and metadata for the hasura instance.

It is meant to be used as a subchart in the (proprietary) deepserver-complete helm chart being introduced in this MR: https://gitlab.com/aivero/prop/workspace/-/merge_requests/866/diffs

Basic functionality should be working, hasura-auth and hasura boot up, migrations are being loaded, the console is being served. Has been tested with the K3D locally

What is missing are the hasura storage (s3) functionalities.

The MR is based upon the helm charts from https://github.com/platyplus/platyplus/tree/master/charts/hasura-backend-plus

Edited by Raphael Dürscheid

Merge request reports