From 83817229e0e8e0c5865db138b78838e3d8d9cd47 Mon Sep 17 00:00:00 2001 From: Henrik Jess Nielsen Date: Sun, 10 May 2026 14:20:31 +0200 Subject: [PATCH] fix: remove host volume requirement until autobox is configured Volume can be added back once ilsp-data is registered in nomad.hcl. Baked-in catalog (27 modules) is sufficient for initial deploy. --- ilsp.nomad | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ilsp.nomad b/ilsp.nomad index 70d87f3..552021f 100644 --- a/ilsp.nomad +++ b/ilsp.nomad @@ -62,12 +62,6 @@ job "ilsp" { unlimited = false } - volume "ilsp-data" { - type = "host" - source = "ilsp-data" - read_only = false - } - # Health check only — Traefik not used for LSP TCP traffic service { provider = "consul" @@ -133,12 +127,6 @@ EOH memory = 1536 # MB — dotnet needs headroom memory_max = 2560 # MB burst } - - volume_mount { - volume = "ilsp-data" - destination = "/data" - read_only = false - } } } }