summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-12-08 09:19:42 +0000
committerDouwe Maan <douwe@gitlab.com>2017-12-08 09:19:42 +0000
commit7fabc892f251740dbd9a4755baede662e6854870 (patch)
tree1d01033287e4e15e505c7b8b3f69ced4e6cf21c8 /config/routes.rb
parent12d33b883adda7093f0f4b838532871036af3925 (diff)
parentf1ae1e39ce6b7578c5697c977bc3b52b119301ab (diff)
downloadgitlab-ce-7fabc892f251740dbd9a4755baede662e6854870.tar.gz
Merge branch 'bvl-circuitbreaker-process' into 'master'
Check NFS mounts in a separate process Closes #39847 See merge request gitlab-org/gitlab-ce!15426
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 4f27fea0e92..016140e0ede 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -42,6 +42,7 @@ Rails.application.routes.draw do
scope path: '-' do
get 'liveness' => 'health#liveness'
get 'readiness' => 'health#readiness'
+ post 'storage_check' => 'health#storage_check'
resources :metrics, only: [:index]
mount Peek::Railtie => '/peek'