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