Update
This commit is contained in:
parent
13c3c386a5
commit
8d62caf5f7
30
.app copy.sidecar-proxy
Normal file
30
.app copy.sidecar-proxy
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
1
deploy/certs
Symbolic link
1
deploy/certs
Symbolic link
@ -0,0 +1 @@
|
||||
../../stack/deploy/certs/catalog-svc/
|
@ -1 +0,0 @@
|
||||
950085
|
Loading…
Reference in New Issue
Block a user