forked from Deuxfleurs/nixcfg
Deploy new postgres replica on pasteque@corrin
This commit is contained in:
parent
0b911436ad
commit
a162754fb1
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
job "postgres14" {
|
job "postgres14" {
|
||||||
datacenters = ["neptune", "bespin", "scorpio"]
|
datacenters = ["neptune", "bespin", "scorpio", "corrin"]
|
||||||
type = "system"
|
type = "system"
|
||||||
priority = 90
|
priority = 90
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@ job "postgres14" {
|
||||||
constraint {
|
constraint {
|
||||||
attribute = "${attr.unique.hostname}"
|
attribute = "${attr.unique.hostname}"
|
||||||
operator = "set_contains_any"
|
operator = "set_contains_any"
|
||||||
value = "courgette,df-ymf,abricot"
|
value = "courgette,df-ymf,abricot,pasteque"
|
||||||
# old (orion) = diplotaxis
|
|
||||||
}
|
}
|
||||||
|
|
||||||
restart {
|
restart {
|
||||||
|
|
Loading…
Reference in a new issue