aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/data-formats/healthcheck-docker-config.json
blob: 3e6dd4fff325e4edb5a30d7d3d13652ca418b1de (plain)
1
2
3
4
5
6
7
8
{
  "healthcheck": {
    "type": "http",
    "interval": "15s",
    "timeout": "1s",
    "endpoint": "/healthcheck"
  }
}