catalog-service/.app.config

24 lines
440 B
Plaintext
Raw Permalink Normal View History

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