24 lines
436 B
Plaintext
24 lines
436 B
Plaintext
{
|
|
"ID": "basket",
|
|
"Name": "basket",
|
|
"Address": "__IP__",
|
|
"Tags": ["basket-svc", "basket", "https", "service"],
|
|
"Port": 443,
|
|
"Connect": {
|
|
"Native": true,
|
|
"SidecarService": {
|
|
"Port": 20001,
|
|
"Check": {
|
|
"Name": "Connect Envoy Sidecar",
|
|
"TCP": "127.0.0.1:20001",
|
|
"Interval": "5s"
|
|
}
|
|
}
|
|
},
|
|
"Check": {
|
|
"TCP": "__IP__:443",
|
|
"Interval": "5s",
|
|
"Timeout": "1s",
|
|
"DeregisterCriticalServiceAfter": "10s"
|
|
}
|
|
} |