summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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