Skip to content

Add development-kit to provision external dependencies

Clemens Beck requested to merge 2-implement-demo-kit into main

Add scripting to provision PostgreSQL, MinIO, Redis and Gitaly. The database is seeded by a migration job.

The scripts currently uses the GitLab Helm chart.

The scripts are intended to provision development environments only. It should not be used to deploy any of the components for a live GitLab instance.

Closes #4 (closed)

The scripts also disables webservice and sidekiq, which Operator V2 does not yet support. The support will be added in #2 (closed) and #3 (closed).

Edited by Clemens Beck

Merge request reports