diff --git a/terraform/modules/csb/main.tf b/terraform/modules/csb/main.tf index 3b4dfb42..20b3d0d6 100644 --- a/terraform/modules/csb/main.tf +++ b/terraform/modules/csb/main.tf @@ -58,6 +58,9 @@ resource "cloudfoundry_app" "csb" { routes { route = cloudfoundry_route.csb.id } + + health_check_type = "http" + health_check_http_endpoint = "/ready" } data "cloudfoundry_domain" "platform_components" {