diff options
author | Alex Auvolat <alex@adnab.me> | 2020-05-21 23:41:39 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-07-15 16:03:42 +0200 |
commit | 207d1fa278bc1cb9e8600779287abaffe2ef7746 (patch) | |
tree | 367eb0afcc7e878c105ad977b85fad738de09dd0 /nomad | |
parent | bee7e10256e0939c1852e4cc3fba1829e0c78c4f (diff) | |
download | infrastructure-207d1fa278bc1cb9e8600779287abaffe2ef7746.tar.gz infrastructure-207d1fa278bc1cb9e8600779287abaffe2ef7746.zip |
Allow external VPN nodes, make multi-DC deployment work
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/bottin2.hcl | 2 | ||||
-rw-r--r-- | nomad/traefik.hcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nomad/bottin2.hcl b/nomad/bottin2.hcl index 85bda59..05b5cf9 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -1,5 +1,5 @@ job "directory2" { - datacenters = ["dc1"] + datacenters = ["dc1", "saturne", "belair"] type = "service" constraint { diff --git a/nomad/traefik.hcl b/nomad/traefik.hcl index a0803e4..9dcb5b5 100644 --- a/nomad/traefik.hcl +++ b/nomad/traefik.hcl @@ -1,5 +1,5 @@ job "frontend" { - datacenters = ["dc1"] + datacenters = ["dc1", "saturne"] type = "service" group "traefik" { |