aws-eb-env: add correct healthcheck_url
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
945a3763a9
commit
d0b97a118d
|
@ -66,6 +66,7 @@ module "eb_environment" {
|
|||
/* Application */
|
||||
application_port = 8080
|
||||
http_listener_enabled = "true"
|
||||
healthcheck_url = "/healthcheck"
|
||||
|
||||
/* Environment */
|
||||
additional_settings = [
|
||||
|
|
Loading…
Reference in New Issue