feat: use internal wrapper for consul registration
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s

This commit is contained in:
2026-02-07 18:14:19 -08:00
parent a10a50a6ea
commit 41874f0ace
14 changed files with 196 additions and 263 deletions

View File

@@ -3,11 +3,11 @@ job "cleanup-litefs-all" {
type = "batch"
group "cleanup" {
count = 2
count = 4
constraint {
attribute = "${attr.unique.hostname}"
operator = "regexp"
value = "odroid7|odroid8"
value = "odroid6|odroid7|odroid8|opti1"
}
task "clean" {