refactor!: deploy headscale

This commit is contained in:
2026-02-14 21:54:06 -08:00
parent dec32b9766
commit 0f90778b53
7 changed files with 184 additions and 2 deletions

View File

@@ -101,6 +101,13 @@ routes = [
service = "prometheus-stack-grafana",
port = 80,
private = true
},
{
name = "mesh",
namespace = "networking",
service = "headscale",
port = 8080,
private = false
}
]