switch datacenter
This commit is contained in:
parent
a0c899eb13
commit
e9361a6c90
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
job "dashboard" {
|
job "dashboard" {
|
||||||
datacenters = ["hetzner"]
|
datacenters = ["homelab"]
|
||||||
type = "service"
|
type = "service"
|
||||||
meta {
|
meta {
|
||||||
forcedeploy = "1"
|
forcedeploy = "1"
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
job "pihole" {
|
job "pihole" {
|
||||||
datacenters = ["homelab"]
|
datacenters = ["homelab"]
|
||||||
priority= 100
|
priority= 100
|
||||||
|
meta {
|
||||||
|
force = 1
|
||||||
|
}
|
||||||
type = "service"
|
type = "service"
|
||||||
constraint {
|
constraint {
|
||||||
attribute = "${attr.unique.hostname}"
|
attribute = "${attr.unique.hostname}"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
job "radicale" {
|
job "radicale" {
|
||||||
datacenters = ["hetzner"]
|
datacenters = ["homelab"]
|
||||||
type = "service"
|
type = "service"
|
||||||
meta {
|
meta {
|
||||||
forcedeploy = "0"
|
forcedeploy = "0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
job "syncthing" {
|
job "syncthing" {
|
||||||
datacenters = ["hetzner"]
|
datacenters = ["homelab"]
|
||||||
type = "service"
|
type = "service"
|
||||||
meta {
|
meta {
|
||||||
forcedeploy = "0"
|
forcedeploy = "0"
|
||||||
|
Loading…
Reference in New Issue
Block a user