feat: use internal wrapper for consul registration
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user