catalog-service/.app copy.sidecar-proxy
2025-03-16 14:21:15 +01:00

30 lines
588 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"
},
"Proxy": {
"DestinationId": "catalog",
"DestinationName": "catalog",
"LocalBindAddress": "127.0.0.1",
"LocalBindPort": 443
}
}
},
"Check": {
"TCP": "__IP__:443",
"Interval": "5s",
"Timeout": "1s",
"DeregisterCriticalServiceAfter": "10s"
}
}