From 7affc6dba766c865ba7f7722bf9d8c9e275eaac9 Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:02:06 -0400 Subject: [PATCH] Port changed from 8080 -> 80 --- manifest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index 7e79b26f0..a0fb05e63 100644 --- a/manifest.yml +++ b/manifest.yml @@ -98,9 +98,10 @@ applications: docker: image: ((frontend-image)) memory: 256M + health-check-type: port env: APPLICATION_ROOT: "/" - PORT0: "8080" + PORT0: "80" SPIFFWORKFLOW_FRONTEND_RUNTIME_CONFIG_APP_ROUTING_STRATEGY: "path_based" SPIFFWORKFLOW_FRONTEND_RUNTIME_CONFIG_BACKEND_BASE_URL: "https://spiffworkflow((slug)).app.cloud.gov/api" BACKEND_BASE_URL: "https://spiffworkflow((slug)).app.cloud.gov/api"