Move some larger gitlab storage off tank
Means they'll be backed up less, but they're less important anyway
This commit is contained in:
parent
3c3f69a776
commit
5d4817e840
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,6 @@ gitlab_rails['time_zone'] = '{{ TZ }}'
|
|||
puma['worker_processes'] = 2
|
||||
sidekiq['max_concurrency'] = 10
|
||||
|
||||
|
||||
gitlab_rails['gitlab_default_theme'] = 2
|
||||
|
||||
nginx['real_ip_header'] = 'X-Forwarded-For'
|
||||
|
@ -34,3 +33,6 @@ gitlab_rails['smtp_enable_starttls_auto'] = true
|
|||
gitlab_rails['smtp_tls'] = true
|
||||
gitlab_rails['smtp_openssl_verify_mode'] = 'peer'
|
||||
gitlab_rails['gitlab_email_from'] = "{{ gitlab_smtp_user }}"
|
||||
|
||||
gitlab_rails['artifacts_path'] = "/mnt/gitlab-bulk/artifacts"
|
||||
gitlab_rails['backup_path'] = "/mnt/gitlab-bulk/backups"
|
||||
|
|
Loading…
Reference in a new issue