Disabling routing requests through `http-router`
Whilst we’re passing through the majority of the traffic to our existing gitlab.com infrastructure we have the ability to disable routing requests through to the http-router
.
If we’re seeing issues at the http-router
layer we can disable the routing through this layer temporarily.
Steps:
- Remove the CloudFlare Worker routes (one of the below options)
- Remove the the
cloudflare-workers.tf
file for the affected environment - Set the
count
for the Terraform resources for affected routes to0
- Remove the the
- Create an MR and get approval
- Apply with
atlantis apply