Skip to content

Instantly share code, notes, and snippets.

@hotakasaito
Last active May 17, 2016 08:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
consul serviceの定義サンプル
{
"service": {
"name": "VoIP",
"port": 9999,
"address": "xx.xx.xx.xx",
"tags": ["ap-northeast-1"],
"checks": [
{
"http": "http://localhost:9999/xxx",
"interval": "10s"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment