add healtcheck

pull/250/head
Muhammad Atif Ali 1 year ago
parent c8db45e869
commit a6c449eef8

@ -53,7 +53,7 @@ resource "coder_app" "kasm_vnc" {
subdomain = true
share = "owner"
healthcheck {
url = "http://localhost:${var.port}"
url = "http://localhost:${var.port}/app"
interval = 5
threshold = 5
}

Loading…
Cancel
Save