Skip to content

Commit

Permalink
fix(envoy): remove old healthcheck route
Browse files Browse the repository at this point in the history
All ar.io specific routes are now under `/ar-io` on the gateway.
  • Loading branch information
djwhitt committed Sep 18, 2023
1 parent 38d6a5b commit f5d6021
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions envoy/envoy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ static_resources:
retry_on: '5xx,reset,retriable-status-codes'
retriable_status_codes: 404
num_retries: 5
- match: { prefix: '/healthcheck' }
route:
cluster: ario_gateways
retry_policy:
retry_on: '5xx,reset,retriable-status-codes'
retriable_status_codes: 404
num_retries: 5
- match: { prefix: '/graphql' }
route:
cluster: graphql_gateways
Expand Down

0 comments on commit f5d6021

Please sign in to comment.