Skip to content
Snippets Groups Projects
Commit f9ad0dfb authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Remove obsolete chaos routes

parent 6005208e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment