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" {
|
||||
datacenters = ["neptune", "bespin", "scorpio"]
|
||||
datacenters = ["neptune", "bespin", "scorpio", "corrin"]
|
||||
type = "system"
|
||||
priority = 90
|
||||
|
||||
|
@ -19,8 +19,7 @@ job "postgres14" {
|
|||
constraint {
|
||||
attribute = "${attr.unique.hostname}"
|
||||
operator = "set_contains_any"
|
||||
value = "courgette,df-ymf,abricot"
|
||||
# old (orion) = diplotaxis
|
||||
value = "courgette,df-ymf,abricot,pasteque"
|
||||
}
|
||||
|
||||
restart {
|
||||
|
|
Loading…
Reference in a new issue