From fcd192faf6363304f165d5aec69be87c79cb0112 Mon Sep 17 00:00:00 2001 From: Gideon Goldberg <1764158+gidsg@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:16:52 +0100 Subject: [PATCH] add healthcheck path for test --- copilot/data-frontend/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copilot/data-frontend/manifest.yml b/copilot/data-frontend/manifest.yml index ee8dde3..da15fb3 100644 --- a/copilot/data-frontend/manifest.yml +++ b/copilot/data-frontend/manifest.yml @@ -66,5 +66,5 @@ environments: http: target_container: 'nginx' healthcheck: + path: /healthcheck port: 8080 - success_codes: "200,302"