Commit 95d60940c1e56068363ea38c1eaa96fc80994b27
1 parent
a6b2a573
Exists in
master
and in
17 other branches
Create redis attributes section
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/attributes/default.rb
| ... | ... | @@ -57,3 +57,8 @@ default['gitlab']['postgresql']['checkpoint_segments'] = 10 |
| 57 | 57 | default['gitlab']['postgresql']['checkpoint_timeout'] = "5min" |
| 58 | 58 | default['gitlab']['postgresql']['checkpoint_completion_target'] = 0.9 |
| 59 | 59 | default['gitlab']['postgresql']['checkpoint_warning'] = "30s" |
| 60 | + | |
| 61 | +### | |
| 62 | +# Redis | |
| 63 | +### | |
| 64 | +default['gitlab']['redis']['enable'] = true | ... | ... |