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 subdomain = true
share = "owner" share = "owner"
healthcheck { healthcheck {
url = "http://localhost:${var.port}" url = "http://localhost:${var.port}/app"
interval = 5 interval = 5
threshold = 5 threshold = 5
} }

Loading…
Cancel
Save