Skip to content

Commit

Permalink
update templates to not refer to consul
Browse files Browse the repository at this point in the history
  • Loading branch information
ameowlia authored and geofffranks committed Mar 18, 2024
1 parent dcc416d commit 8216c05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jobs/gorouter/templates/dns_health_check.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

nc -z 127.0.0.1 <%= p('router.port') %>

# http://www.consul.io/docs/agent/checks.html
if [ $? -ne 0 ]; then
exit 2 # Exit higher than 1 to ensure service is registered as 'critical'
fi
1 change: 0 additions & 1 deletion jobs/routing-api/templates/dns_health_check.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

nc -z 127.0.0.1 <%= p("routing_api.port") %>

# http://www.consul.io/docs/agent/checks.html
if [ $? -ne 0 ]; then
exit 2 # Exit higher than 1 to ensure service is registered as 'critical'
fi

0 comments on commit 8216c05

Please sign in to comment.