nodepools

This commit is contained in:
2024-03-24 09:13:38 +01:00
parent db1bb94627
commit 34e1f88f6a
9 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
job "postgres" {
datacenters = ["nummer5"]
type = "service"
node_pool = "sys"
#node_pool = "sys"
group "service" {
count = 1
@@ -70,4 +70,4 @@ job "postgres" {
auto_revert = false
canary = 0
}
}
}