2024-07-20 19:20:44 +02:00
|
|
|
{
|
|
|
|
"ID": "basket",
|
|
|
|
"Name": "basket",
|
|
|
|
"Address": "__IP__",
|
|
|
|
"Tags": ["basket-svc", "basket", "https", "service"],
|
|
|
|
"Port": 443,
|
|
|
|
"Connect": {
|
2024-12-05 16:56:54 +01:00
|
|
|
"Native": true,
|
|
|
|
"SidecarService": {
|
|
|
|
"Port": 20001,
|
|
|
|
"Check": {
|
|
|
|
"Name": "Connect Envoy Sidecar",
|
|
|
|
"TCP": "127.0.0.1:20001",
|
|
|
|
"Interval": "5s"
|
|
|
|
}
|
|
|
|
}
|
2024-07-20 19:20:44 +02:00
|
|
|
},
|
|
|
|
"Check": {
|
|
|
|
"TCP": "__IP__:443",
|
2024-12-05 16:56:54 +01:00
|
|
|
"Interval": "5s",
|
|
|
|
"Timeout": "1s",
|
2024-07-20 19:20:44 +02:00
|
|
|
"DeregisterCriticalServiceAfter": "10s"
|
|
|
|
}
|
|
|
|
}
|