consul配置服务健康检测

配置路径

/opt/1panel/apps/consul/consul/data/config

配置文件

{
  "service": {
    "id": "DataProcessingServices",
    "name": "DataProcessingServices",
    "address": "139.9.38.250",
    "port": 9001,
    "tags": [
      "dev"
    ],
    "checks": [
      {
        "http": "http://139.9.38.250:9001/health",
        "interval": "20s"
      }
    ]
  }
}
posted @ 2024-04-24 23:26  bitterteaer  阅读(50)  评论(0编辑  收藏  举报