forked from Deuxfleurs/nixcfg
add stolon replica on abricot instead of diplotaxis
This commit is contained in:
parent
e06d6b14a3
commit
3e40bfcca9
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
job "postgres14" {
|
job "postgres14" {
|
||||||
datacenters = ["orion", "neptune", "bespin"]
|
datacenters = ["orion", "neptune", "bespin", "scorpio"]
|
||||||
type = "system"
|
type = "system"
|
||||||
priority = 90
|
priority = 90
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ job "postgres14" {
|
||||||
attribute = "${attr.unique.hostname}"
|
attribute = "${attr.unique.hostname}"
|
||||||
operator = "set_contains_any"
|
operator = "set_contains_any"
|
||||||
# target: courgette,df-ymf,abricot (or ananas)
|
# target: courgette,df-ymf,abricot (or ananas)
|
||||||
value = "diplotaxis,courgette,concombre,df-ymf"
|
value = "courgette,concombre,df-ymf,abricot"
|
||||||
}
|
}
|
||||||
|
|
||||||
restart {
|
restart {
|
||||||
|
|
Loading…
Reference in a new issue