From 8d62caf5f7d9b676a5e92aaba2cb96f5e87ec6f3 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Sun, 16 Mar 2025 14:21:15 +0100 Subject: [PATCH] Update --- .app copy.sidecar-proxy | 30 ++++++++++++++++++++++++++++++ deploy/certs | 1 + src/app.run | 1 - src/certs | 1 + 4 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .app copy.sidecar-proxy create mode 120000 deploy/certs delete mode 100644 src/app.run create mode 120000 src/certs 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