This helm chart is written to deploy rails apps with optional workers using Helm.
It’s a fork of the AutoDevops chart from gitlab
It supports Sidekiq and Redis (enabled by default)
And more…

Features

  • Pod for main application.
  • Pod for sidekiq worker.
  • Redis can be provisioned.
  • PostgreSQL database can be provisioned.

Options:

See readme

Latest release info

Version: 0.2.26

Download package: https://khalilgharbaoui.gitlab.io/auto-deploy-rails/auto-deploy-rails-0.2.26.tgz

Created: 09 March 2020 16:06


Usage with helm

See readme

With gitlab

In your CI env variables, or in your modified .gitlab-ci.yml set the following:

Set AUTO_DEVOPS_CHART_REPOSITORY to https://khalilgharbaoui.gitlab.io/auto-deploy-rails Set AUTO_DEVOPS_CHART to gitlab/auto-deploy-rails

See readme

Manual Usage

Add the repo

helm repo add auto-deploy-rails https://khalilgharbaoui.gitlab.io/auto-deploy-rails/

Copy values.yaml from the repository and modify to fit your app. See readme for more information.