Add redis_yml_override setting
Add redis_yml_override which renders a new gitlab-rails config file: config/redis.yml. This file acts as an override for all other resque.yml style files. By default it is empty. The intended use is to allow the administrator to inject arbitrary values into redis.yml. This will make it easier to define and maintain complex Redis configuration on GitLab.com. Also see https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/2063. Companion Helm MR: https://gitlab.com/gitlab-org/charts/gitlab/-/merge_requests/2907. Changelog: added
parent
d9549189
No related branches found
No related tags found
Showing
- files/gitlab-config-template/gitlab.rb.template 1 addition, 0 deletionsfiles/gitlab-config-template/gitlab.rb.template
- files/gitlab-cookbooks/gitlab/attributes/default.rb 1 addition, 0 deletionsfiles/gitlab-cookbooks/gitlab/attributes/default.rb
- files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb 12 additions, 0 deletionsfiles/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb
- files/gitlab-cookbooks/gitlab/templates/default/redis.yml.erb 3 additions, 0 deletions...s/gitlab-cookbooks/gitlab/templates/default/redis.yml.erb
- spec/chef/cookbooks/gitlab/recipes/gitlab-rails_spec.rb 36 additions, 0 deletionsspec/chef/cookbooks/gitlab/recipes/gitlab-rails_spec.rb
Loading
Please register or sign in to comment