switch datacenter

This commit is contained in:
vincent 2022-10-17 21:44:55 +02:00
parent a0c899eb13
commit e9361a6c90
4 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
job "dashboard" {
datacenters = ["hetzner"]
datacenters = ["homelab"]
type = "service"
meta {
forcedeploy = "1"

View File

@ -2,6 +2,9 @@
job "pihole" {
datacenters = ["homelab"]
priority= 100
meta {
force = 1
}
type = "service"
constraint {
attribute = "${attr.unique.hostname}"

View File

@ -1,6 +1,6 @@
job "radicale" {
datacenters = ["hetzner"]
datacenters = ["homelab"]
type = "service"
meta {
forcedeploy = "0"

View File

@ -1,6 +1,6 @@
job "syncthing" {
datacenters = ["hetzner"]
datacenters = ["homelab"]
type = "service"
meta {
forcedeploy = "0"