Remove obsolete chaos routes

This commit is contained in:
Luke Bennett 2019-07-13 09:41:31 +00:00
parent 6005208e39
commit f9ad0dfbf2
1 changed files with 0 additions and 7 deletions

View File

@ -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