diff --git a/.app copy.sidecar-proxy b/.app copy.sidecar-proxy new file mode 100644 index 0000000..a38303b --- /dev/null +++ b/.app copy.sidecar-proxy @@ -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" + } +} \ No newline at end of file diff --git a/deploy/certs b/deploy/certs new file mode 120000 index 0000000..dd18c3a --- /dev/null +++ b/deploy/certs @@ -0,0 +1 @@ +../../stack/deploy/certs/catalog-svc/ \ No newline at end of file diff --git a/src/app.run b/src/app.run deleted file mode 100644 index 7c5fc19..0000000 --- a/src/app.run +++ /dev/null @@ -1 +0,0 @@ -950085 \ No newline at end of file diff --git a/src/certs b/src/certs new file mode 120000 index 0000000..7134128 --- /dev/null +++ b/src/certs @@ -0,0 +1 @@ +../deploy/certs/ \ No newline at end of file