Skip to content

Commit 472c896

Browse files
committed
Change health check URL to public address
1 parent f0ba852 commit 472c896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_env/jupyterhub/health_check.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "aws_ssm_parameter" "jupyter_health_url" {
33
name = "/unity/${var.project}/${var.venue}/component/jupyter"
44
type = "String"
55
value = jsonencode({
6-
healthCheckUrl = "${module.frontend.internal_base_url}/${module.frontend.jupyter_base_path}/hub/health"
6+
healthCheckUrl = "${module.frontend.jupyter_base_url}/${module.frontend.jupyter_base_path}/hub/health"
77
landingPageUrl = "${module.frontend.jupyter_base_url}/${module.frontend.jupyter_base_path}/"
88
componentName = "Jupyterhub"
99
})

0 commit comments

Comments
 (0)