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

@ -50,6 +50,11 @@ resource "coder_app" "kasm_vnc" {
display_name = "kasmVNC"
url = "http://localhost:${var.port}"
icon = "/icon/kasmvnc.svg"
subdomain = false
subdomain = true
share = "owner"
healthcheck {
url = "http://localhost:${var.port}"
interval = 5
threshold = 5
}
}

Loading…
Cancel
Save