Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-07-13 12:41:31 +0300
committerLuke Bennett <lbennett@gitlab.com>2019-07-13 12:41:31 +0300
commitf9ad0dfbf2d9ecf4c9fdaec9285032c5d0f0dd4c (patch)
treef4703b990fffbd8bb924a2250672c6cb2de594bb /config/routes.rb
parent6005208e39bb0d7dcca3101ea9daa09d62c6c656 (diff)
Remove obsolete chaos routes
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d208df62b4a..641807203bf 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -125,13 +125,6 @@ Rails.application.routes.draw do
get :kill
end
end
-
- if ENV['GITLAB_ENABLE_CHAOS_ENDPOINTS']
- get '/chaos/leakmem' => 'chaos#leakmem'
- get '/chaos/cpuspin' => 'chaos#cpuspin'
- get '/chaos/sleep' => 'chaos#sleep'
- get '/chaos/kill' => 'chaos#kill'
- end
end
concern :clusterable do